Shades of Earls Green #BDAA29
Tints of Earls Green #BDAA29
RGB
CMYK
RGB Variations
Color information
#BDAA29 (or 0xBDAA29) is known color: Earls Green. HEX triplet: BD, AA and 29. RGB value is (189,170,41). Sum of RGB (Red+Green+Blue) = 189+170+41=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAA29 is #4255D6. Grayscale: #A1A1A1. Windows color (decimal): -4347351 or 2730685. OLE color: 2730685.
HSL color Cylindrical-coordinate representation of color #BDAA29: hue angle of 52.3º 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 #BDAA29 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 41 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.26 |
| HSL | 52.3º | 0.64% | 0.45% | - |
| HSV(B) | 52.3º | 0.78% | 0.74% | - |
| XYZ | 35.76 | 39.73 | 7.88 | - |
| YUV | 160.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 41 | 0 | 0.10 | 0.78 | 0.26 | 52.3 | 0.64 | 0.45 |
| Hex | BD | AA | 29 | 0 | A | 4E | 1A | 34 | 40 | 2D |
| Octal | 275 | 252 | 51 | 0 | 12 | 116 | 32 | 64 | 100 | 55 |
| Binary | 10111101 | 10101010 | 101001 | 0 | 1010 | 1001110 | 11010 | 110100 | 1000000 | 101101 |
Color Harmonies of #BDAA29
Complementary color
Monochromatic Colors of #BDAA29
Black with #BDAA29
Text Example
Text Example
White with #BDAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA29; }
p { color: rgb(189,170,41); }
H1.HeaderClassName
{
color: #BDAA29;
}
.AnyTagClassName
{
color: #BDAA29;
}
</style>
background-color css
<style>
a { background-color: #BDAA29; }
a { background-color: rgb(189,170,41); }
div.DivClassName
{
background-color: #BDAA29;
}
.BgClassName
{
background-color: #BDAA29;
}
</style>
border-color css
<style>
span { border-color: #BDAA29; }
span { border-color: rgb(189,170,41); }
td.TdClassName
{
border-color: #BDAA29;
}
.TagClassName
{
border-color: #BDAA29;
}
</style>