#BDAE28

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

Shades of Earls Green #BDAE28

Tints of Earls Green #BDAE28

Color information

#BDAE28 (or 0xBDAE28) is unknown color: approx Earls Green. HEX triplet: BD, AE and 28. RGB value is (189,174,40). Sum of RGB (Red+Green+Blue) = 189+174+40=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE28 is #4251D7. Grayscale: #A3A3A3. Windows color (decimal): -4346328 or 2666173. OLE color: 2666173.

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

Color convert

RGB18917440-
CMYK00.080.790.26
HSL53.96º65.07%44.9%-
HSV(B)53.96º78.84%74.12%-
XYZ36.5141.248.04-
YUV163.2158.47146.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 40 (16.02% from 255) = 9.93%
R=46.90%
G=43.18%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891744000.080.790.2653.9665.0744.9
HexBDAE28084F1A36412d
Octal27525650010117326610155
Binary1011110110101110101000010001001111110101101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE28; }

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

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

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

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

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

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

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

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