Shades of Earls Green #BDAB0E
Tints of Earls Green #BDAB0E
RGB
CMYK
RGB Variations
Color information
#BDAB0E (or 0xBDAB0E) is known color: Earls Green. HEX triplet: BD, AB and 0E. RGB value is (189,171,14). Sum of RGB (Red+Green+Blue) = 189+171+14=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB0E is #4254F1. Grayscale: #9F9F9F. Windows color (decimal): -4347122 or 961469. OLE color: 961469.
HSL color Cylindrical-coordinate representation of color #BDAB0E: hue angle of 53.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDAB0E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.26 |
| HSL | 53.83º | 0.86% | 0.4% | - |
| HSV(B) | 53.83º | 0.93% | 0.74% | - |
| XYZ | 35.63 | 39.98 | 6.25 | - |
| YUV | 158.48 | 46.46 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 14 | 0 | 0.10 | 0.93 | 0.26 | 53.83 | 0.86 | 0.4 |
| Hex | BD | AB | E | 0 | A | 5D | 1A | 36 | 56 | 28 |
| Octal | 275 | 253 | 16 | 0 | 12 | 135 | 32 | 66 | 126 | 50 |
| Binary | 10111101 | 10101011 | 1110 | 0 | 1010 | 1011101 | 11010 | 110110 | 1010110 | 101000 |
Color Harmonies of #BDAB0E
Complementary color
Monochromatic Colors of #BDAB0E
Black with #BDAB0E
Text Example
Text Example
White with #BDAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB0E; }
p { color: rgb(189,171,14); }
H1.HeaderClassName
{
color: #BDAB0E;
}
.AnyTagClassName
{
color: #BDAB0E;
}
</style>
background-color css
<style>
a { background-color: #BDAB0E; }
a { background-color: rgb(189,171,14); }
div.DivClassName
{
background-color: #BDAB0E;
}
.BgClassName
{
background-color: #BDAB0E;
}
</style>
border-color css
<style>
span { border-color: #BDAB0E; }
span { border-color: rgb(189,171,14); }
td.TdClassName
{
border-color: #BDAB0E;
}
.TagClassName
{
border-color: #BDAB0E;
}
</style>