#BDAE27

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

Shades of Earls Green #BDAE27

Tints of Earls Green #BDAE27

Color information

#BDAE27 (or 0xBDAE27) is unknown color: approx Earls Green. HEX triplet: BD, AE and 27. RGB value is (189,174,39). Sum of RGB (Red+Green+Blue) = 189+174+39=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE27 is #4251D8. Grayscale: #A3A3A3. Windows color (decimal): -4346329 or 2600637. OLE color: 2600637.

HSL color Cylindrical-coordinate representation of color #BDAE27: hue angle of 54º degrees, saturation: 0.66, 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 #BDAE27 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18917439-
CMYK00.080.790.26
HSL54º65.79%44.71%-
HSV(B)54º79.37%74.12%-
XYZ36.4941.247.96-
YUV163.157.97146.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 39 (15.62% from 255) = 9.70%
R=47.01%
G=43.28%
B=9.70%

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
Decimal1891743900.080.790.265465.7944.71
HexBDAE27084F1A36422d
Octal27525647010117326610255
Binary1011110110101110100111010001001111110101101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE27; }

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

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

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

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

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

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

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

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