#BDAF28

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

Shades of Earls Green #BDAF28

Tints of Earls Green #BDAF28

Color information

#BDAF28 (or 0xBDAF28) is unknown color: approx Earls Green. HEX triplet: BD, AF and 28. RGB value is (189,175,40). Sum of RGB (Red+Green+Blue) = 189+175+40=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF28 is #4250D7. Grayscale: #A4A4A4. Windows color (decimal): -4346072 or 2666429. OLE color: 2666429.

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

Color convert

RGB18917540-
CMYK00.070.790.26
HSL54.36º65.07%44.9%-
HSV(B)54.36º78.84%74.12%-
XYZ36.741.638.11-
YUV163.858.14145.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.78%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 40 (16.02% from 255) = 9.90%
R=46.78%
G=43.32%
B=9.90%

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
Decimal1891754000.070.790.2654.3665.0744.9
HexBDAF28074F1A36412d
Octal2752575007117326610155
Binary101111011010111110100001111001111110101101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF28; }

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

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

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

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

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

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

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

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