Shades of Earls Green #BDAB16
Tints of Earls Green #BDAB16
RGB
CMYK
RGB Variations
Color information
#BDAB16 (or 0xBDAB16) is known color: Earls Green. HEX triplet: BD, AB and 16. RGB value is (189,171,22). Sum of RGB (Red+Green+Blue) = 189+171+22=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB16 is #4254E9. Grayscale: #A0A0A0. Windows color (decimal): -4347114 or 1485757. OLE color: 1485757.
HSL color Cylindrical-coordinate representation of color #BDAB16: hue angle of 53.53º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDAB16 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 22 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.26 |
| HSL | 53.53º | 0.79% | 0.41% | - |
| HSV(B) | 53.53º | 0.88% | 0.74% | - |
| XYZ | 35.69 | 40 | 6.6 | - |
| YUV | 159.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 22 | 0 | 0.10 | 0.88 | 0.26 | 53.53 | 0.79 | 0.41 |
| Hex | BD | AB | 16 | 0 | A | 58 | 1A | 36 | 4F | 29 |
| Octal | 275 | 253 | 26 | 0 | 12 | 130 | 32 | 66 | 117 | 51 |
| Binary | 10111101 | 10101011 | 10110 | 0 | 1010 | 1011000 | 11010 | 110110 | 1001111 | 101001 |
Color Harmonies of #BDAB16
Complementary color
Monochromatic Colors of #BDAB16
Black with #BDAB16
Text Example
Text Example
White with #BDAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB16; }
p { color: rgb(189,171,22); }
H1.HeaderClassName
{
color: #BDAB16;
}
.AnyTagClassName
{
color: #BDAB16;
}
</style>
background-color css
<style>
a { background-color: #BDAB16; }
a { background-color: rgb(189,171,22); }
div.DivClassName
{
background-color: #BDAB16;
}
.BgClassName
{
background-color: #BDAB16;
}
</style>
border-color css
<style>
span { border-color: #BDAB16; }
span { border-color: rgb(189,171,22); }
td.TdClassName
{
border-color: #BDAB16;
}
.TagClassName
{
border-color: #BDAB16;
}
</style>