Shades of Earls Green #BDAB0B
Tints of Earls Green #BDAB0B
RGB
CMYK
RGB Variations
Color information
#BDAB0B (or 0xBDAB0B) is known color: Earls Green. HEX triplet: BD, AB and 0B. RGB value is (189,171,11). Sum of RGB (Red+Green+Blue) = 189+171+11=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB0B is #4254F4. Grayscale: #9E9E9E. Windows color (decimal): -4347125 or 764861. OLE color: 764861.
HSL color Cylindrical-coordinate representation of color #BDAB0B: hue angle of 53.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDAB0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.26 |
| HSL | 53.93º | 0.89% | 0.39% | - |
| HSV(B) | 53.93º | 0.94% | 0.74% | - |
| XYZ | 35.61 | 39.97 | 6.15 | - |
| YUV | 158.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 11 | 0 | 0.10 | 0.94 | 0.26 | 53.93 | 0.89 | 0.39 |
| Hex | BD | AB | B | 0 | A | 5E | 1A | 36 | 59 | 27 |
| Octal | 275 | 253 | 13 | 0 | 12 | 136 | 32 | 66 | 131 | 47 |
| Binary | 10111101 | 10101011 | 1011 | 0 | 1010 | 1011110 | 11010 | 110110 | 1011001 | 100111 |
Color Harmonies of #BDAB0B
Complementary color
Monochromatic Colors of #BDAB0B
Black with #BDAB0B
Text Example
Text Example
White with #BDAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB0B; }
p { color: rgb(189,171,11); }
H1.HeaderClassName
{
color: #BDAB0B;
}
.AnyTagClassName
{
color: #BDAB0B;
}
</style>
background-color css
<style>
a { background-color: #BDAB0B; }
a { background-color: rgb(189,171,11); }
div.DivClassName
{
background-color: #BDAB0B;
}
.BgClassName
{
background-color: #BDAB0B;
}
</style>
border-color css
<style>
span { border-color: #BDAB0B; }
span { border-color: rgb(189,171,11); }
td.TdClassName
{
border-color: #BDAB0B;
}
.TagClassName
{
border-color: #BDAB0B;
}
</style>