Shades of Earls Green #BDAB29
Tints of Earls Green #BDAB29
RGB
CMYK
RGB Variations
Color information
#BDAB29 (or 0xBDAB29) is known color: Earls Green. HEX triplet: BD, AB and 29. RGB value is (189,171,41). Sum of RGB (Red+Green+Blue) = 189+171+41=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB29 is #4254D6. Grayscale: #A2A2A2. Windows color (decimal): -4347095 or 2730941. OLE color: 2730941.
HSL color Cylindrical-coordinate representation of color #BDAB29: hue angle of 52.7º 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 #BDAB29 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 41 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.26 |
| HSL | 52.7º | 0.64% | 0.45% | - |
| HSV(B) | 52.7º | 0.78% | 0.74% | - |
| XYZ | 35.95 | 40.1 | 7.94 | - |
| YUV | 161.56 | 59.96 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 41 | 0 | 0.10 | 0.78 | 0.26 | 52.7 | 0.64 | 0.45 |
| Hex | BD | AB | 29 | 0 | A | 4E | 1A | 35 | 40 | 2D |
| Octal | 275 | 253 | 51 | 0 | 12 | 116 | 32 | 65 | 100 | 55 |
| Binary | 10111101 | 10101011 | 101001 | 0 | 1010 | 1001110 | 11010 | 110101 | 1000000 | 101101 |
Color Harmonies of #BDAB29
Complementary color
Monochromatic Colors of #BDAB29
Black with #BDAB29
Text Example
Text Example
White with #BDAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB29; }
p { color: rgb(189,171,41); }
H1.HeaderClassName
{
color: #BDAB29;
}
.AnyTagClassName
{
color: #BDAB29;
}
</style>
background-color css
<style>
a { background-color: #BDAB29; }
a { background-color: rgb(189,171,41); }
div.DivClassName
{
background-color: #BDAB29;
}
.BgClassName
{
background-color: #BDAB29;
}
</style>
border-color css
<style>
span { border-color: #BDAB29; }
span { border-color: rgb(189,171,41); }
td.TdClassName
{
border-color: #BDAB29;
}
.TagClassName
{
border-color: #BDAB29;
}
</style>