Html Css Color HEX #BDB820 Earls Green

📋 copy color: '#BDB820'

red 189 ◦ green 184 ◦ blue 32

#BDB820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BDB820

Tints of Earls Green #BDB820

RGB

 RED value IS 189 (74.22% from 255) = 46.67%

 GREEN value IS 184 (72.27% from 255) = 45.43%

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 46.67%
G = 45.43%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB820 (or 0xBDB820) is known color: Earls Green. HEX triplet: BD, B8 and 20. RGB value is (189,184,32). Sum of RGB (Red+Green+Blue) = 189+184+32=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB820 is #4247DF. Grayscale: #A8A8A8. Windows color (decimal): -4343776 or 2144445. OLE color: 2144445.

HSL color Cylindrical-coordinate representation of color #BDB820: hue angle of 58.09º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDB820 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 32 -
CMYK 0 0.03 0.83 0.26
HSL 58.09º 0.71% 0.43% -
HSV(B) 58.09º 0.83% 0.74% -
XYZ 38.39 45.2 8.07 -
YUV 168.17 51.16 142.86 -
System Red Green Blue C M Y K H S L
Decimal 189 184 32 0 0.03 0.83 0.26 58.09 0.71 0.43
Hex BD B8 20 0 3 53 1A 3A 47 2B
Octal 275 270 40 0 3 123 32 72 107 53
Binary 10111101 10111000 100000 0 11 1010011 11010 111010 1000111 101011

Color Harmonies of #BDB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB820

Black with #BDB820

Text Example


Text Example

White with #BDB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB820; }

 p { color: rgb(189,184,32); }

 H1.HeaderClassName
 {
   color: #BDB820;
 }
 .AnyTagClassName
 {
   color: #BDB820;
 }
</style>

background-color css

<style>
 a { background-color: #BDB820; }

 a { background-color: rgb(189,184,32); }

 div.DivClassName
 {
   background-color: #BDB820;
 }
 .BgClassName
 {
   background-color: #BDB820;
 }
</style>

border-color css

<style>
 span { border-color: #BDB820; }

 span { border-color: rgb(189,184,32); }

 td.TdClassName
 {
   border-color: #BDB820;
 }
 .TagClassName
 {
   border-color: #BDB820;
 }
</style>