Shades of Earls Green #BDAF32
Tints of Earls Green #BDAF32
RGB
CMYK
RGB Variations
Color information
#BDAF32 (or 0xBDAF32) is known color: Earls Green. HEX triplet: BD, AF and 32. RGB value is (189,175,50). Sum of RGB (Red+Green+Blue) = 189+175+50=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF32 is #4250CD. Grayscale: #A5A5A5. Windows color (decimal): -4346062 or 3321789. OLE color: 3321789.
HSL color Cylindrical-coordinate representation of color #BDAF32: hue angle of 53.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDAF32 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 50 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.26 |
| HSL | 53.96º | 0.58% | 0.47% | - |
| HSV(B) | 53.96º | 0.74% | 0.74% | - |
| XYZ | 36.89 | 41.71 | 9.12 | - |
| YUV | 164.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 50 | 0 | 0.07 | 0.74 | 0.26 | 53.96 | 0.58 | 0.47 |
| Hex | BD | AF | 32 | 0 | 7 | 4A | 1A | 36 | 3A | 2F |
| Octal | 275 | 257 | 62 | 0 | 7 | 112 | 32 | 66 | 72 | 57 |
| Binary | 10111101 | 10101111 | 110010 | 0 | 111 | 1001010 | 11010 | 110110 | 111010 | 101111 |
Color Harmonies of #BDAF32
Complementary color
Monochromatic Colors of #BDAF32
Black with #BDAF32
Text Example
Text Example
White with #BDAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF32; }
p { color: rgb(189,175,50); }
H1.HeaderClassName
{
color: #BDAF32;
}
.AnyTagClassName
{
color: #BDAF32;
}
</style>
background-color css
<style>
a { background-color: #BDAF32; }
a { background-color: rgb(189,175,50); }
div.DivClassName
{
background-color: #BDAF32;
}
.BgClassName
{
background-color: #BDAF32;
}
</style>
border-color css
<style>
span { border-color: #BDAF32; }
span { border-color: rgb(189,175,50); }
td.TdClassName
{
border-color: #BDAF32;
}
.TagClassName
{
border-color: #BDAF32;
}
</style>