#bdae19

Color #BDAE19 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BDAE19

Tints of Earls Green #BDAE19

Color information

#BDAE19 (or 0xBDAE19) is unknown color: approx Earls Green. HEX triplet: BD, AE and 19. RGB value is (189,174,25). Sum of RGB (Red+Green+Blue) = 189+174+25=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE19 is #4251E6. Grayscale: #A2A2A2. Windows color (decimal): -4346343 or 1683133. OLE color: 1683133.

HSL color Cylindrical-coordinate representation of color #BDAE19: hue angle of 54.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDAE19 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18917425-
CMYK00.080.870.26
HSL54.51º76.64%41.96%-
HSV(B)54.51º86.77%74.12%-
XYZ36.341.166.95-
YUV161.550.97147.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 25 (10.16% from 255) = 6.44%
R=48.71%
G=44.85%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891742500.080.870.2654.5176.6441.96
HexBDAE1908571A374d2a
Octal27525631010127326711552
Binary101111011010111011001010001010111110101101111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdae19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdae19; }

 p { color: rgb(189,174,25); }

 H1.HeaderClassName
 {
   color: #bdae19;
 }
 .AnyTagClassName
 {
   color: #bdae19;
 }
</style>
background-color css

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

 a { background-color: rgb(189,174,25); }

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

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

 span { border-color: rgb(189,174,25); }

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