Shades of Earls Green #BDA929
Tints of Earls Green #BDA929
RGB
CMYK
RGB Variations
Color information
#BDA929 (or 0xBDA929) is known color: Earls Green. HEX triplet: BD, A9 and 29. RGB value is (189,169,41). Sum of RGB (Red+Green+Blue) = 189+169+41=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA929 is #4256D6. Grayscale: #A0A0A0. Windows color (decimal): -4347607 or 2730429. OLE color: 2730429.
HSL color Cylindrical-coordinate representation of color #BDA929: hue angle of 51.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDA929 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 41 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.26 |
| HSL | 51.89º | 0.64% | 0.45% | - |
| HSV(B) | 51.89º | 0.78% | 0.74% | - |
| XYZ | 35.57 | 39.35 | 7.82 | - |
| YUV | 160.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 41 | 0 | 0.11 | 0.78 | 0.26 | 51.89 | 0.64 | 0.45 |
| Hex | BD | A9 | 29 | 0 | B | 4E | 1A | 34 | 40 | 2D |
| Octal | 275 | 251 | 51 | 0 | 13 | 116 | 32 | 64 | 100 | 55 |
| Binary | 10111101 | 10101001 | 101001 | 0 | 1011 | 1001110 | 11010 | 110100 | 1000000 | 101101 |
Color Harmonies of #BDA929
Complementary color
Monochromatic Colors of #BDA929
Black with #BDA929
Text Example
Text Example
White with #BDA929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA929; }
p { color: rgb(189,169,41); }
H1.HeaderClassName
{
color: #BDA929;
}
.AnyTagClassName
{
color: #BDA929;
}
</style>
background-color css
<style>
a { background-color: #BDA929; }
a { background-color: rgb(189,169,41); }
div.DivClassName
{
background-color: #BDA929;
}
.BgClassName
{
background-color: #BDA929;
}
</style>
border-color css
<style>
span { border-color: #BDA929; }
span { border-color: rgb(189,169,41); }
td.TdClassName
{
border-color: #BDA929;
}
.TagClassName
{
border-color: #BDA929;
}
</style>