Shades of Earls Green #BDAA2A
Tints of Earls Green #BDAA2A
RGB
CMYK
RGB Variations
Color information
#BDAA2A (or 0xBDAA2A) is known color: Earls Green. HEX triplet: BD, AA and 2A. RGB value is (189,170,42). Sum of RGB (Red+Green+Blue) = 189+170+42=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAA2A is #4255D5. Grayscale: #A1A1A1. Windows color (decimal): -4347350 or 2796221. OLE color: 2796221.
HSL color Cylindrical-coordinate representation of color #BDAA2A: hue angle of 52.24º 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 #BDAA2A is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 42 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.26 |
| HSL | 52.24º | 0.64% | 0.45% | - |
| HSV(B) | 52.24º | 0.78% | 0.74% | - |
| XYZ | 35.78 | 39.74 | 7.97 | - |
| YUV | 161.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 42 | 0 | 0.10 | 0.78 | 0.26 | 52.24 | 0.64 | 0.45 |
| Hex | BD | AA | 2A | 0 | A | 4E | 1A | 34 | 40 | 2D |
| Octal | 275 | 252 | 52 | 0 | 12 | 116 | 32 | 64 | 100 | 55 |
| Binary | 10111101 | 10101010 | 101010 | 0 | 1010 | 1001110 | 11010 | 110100 | 1000000 | 101101 |
Color Harmonies of #BDAA2A
Complementary color
Monochromatic Colors of #BDAA2A
Black with #BDAA2A
Text Example
Text Example
White with #BDAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA2A; }
p { color: rgb(189,170,42); }
H1.HeaderClassName
{
color: #BDAA2A;
}
.AnyTagClassName
{
color: #BDAA2A;
}
</style>
background-color css
<style>
a { background-color: #BDAA2A; }
a { background-color: rgb(189,170,42); }
div.DivClassName
{
background-color: #BDAA2A;
}
.BgClassName
{
background-color: #BDAA2A;
}
</style>
border-color css
<style>
span { border-color: #BDAA2A; }
span { border-color: rgb(189,170,42); }
td.TdClassName
{
border-color: #BDAA2A;
}
.TagClassName
{
border-color: #BDAA2A;
}
</style>