#BDAF27

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

Shades of Earls Green #BDAF27

Tints of Earls Green #BDAF27

Color information

#BDAF27 (or 0xBDAF27) is unknown color: approx Earls Green. HEX triplet: BD, AF and 27. RGB value is (189,175,39). Sum of RGB (Red+Green+Blue) = 189+175+39=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF27 is #4250D8. Grayscale: #A4A4A4. Windows color (decimal): -4346073 or 2600893. OLE color: 2600893.

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

Color convert

RGB18917539-
CMYK00.070.790.26
HSL54.4º65.79%44.71%-
HSV(B)54.4º79.37%74.12%-
XYZ36.6841.638.02-
YUV163.6857.64146.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=46.90%
G=43.42%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891753900.070.790.2654.465.7944.71
HexBDAF27074F1A36422d
Octal2752574707117326610255
Binary101111011010111110011101111001111110101101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF27; }

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

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

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

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

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

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

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

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