Shades of Earls Green #B0AB0D
Tints of Earls Green #B0AB0D
RGB
CMYK
RGB Variations
Color information
#B0AB0D (or 0xB0AB0D) is known color: Earls Green. HEX triplet: B0, AB and 0D. RGB value is (176,171,13). Sum of RGB (Red+Green+Blue) = 176+171+13=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB0D is #4F54F2. Grayscale: #9B9B9B. Windows color (decimal): -5199091 or 895920. OLE color: 895920.
HSL color Cylindrical-coordinate representation of color #B0AB0D: hue angle of 58.16º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0AB0D is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 13 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.31 |
| HSL | 58.16º | 0.86% | 0.37% | - |
| HSV(B) | 58.16º | 0.93% | 0.69% | - |
| XYZ | 32.54 | 38.38 | 6.07 | - |
| YUV | 154.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 13 | 0 | 0.03 | 0.93 | 0.31 | 58.16 | 0.86 | 0.37 |
| Hex | B0 | AB | D | 0 | 3 | 5D | 1F | 3A | 56 | 25 |
| Octal | 260 | 253 | 15 | 0 | 3 | 135 | 37 | 72 | 126 | 45 |
| Binary | 10110000 | 10101011 | 1101 | 0 | 11 | 1011101 | 11111 | 111010 | 1010110 | 100101 |
Color Harmonies of #B0AB0D
Complementary color
Monochromatic Colors of #B0AB0D
Black with #B0AB0D
Text Example
Text Example
White with #B0AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB0D; }
p { color: rgb(176,171,13); }
H1.HeaderClassName
{
color: #B0AB0D;
}
.AnyTagClassName
{
color: #B0AB0D;
}
</style>
background-color css
<style>
a { background-color: #B0AB0D; }
a { background-color: rgb(176,171,13); }
div.DivClassName
{
background-color: #B0AB0D;
}
.BgClassName
{
background-color: #B0AB0D;
}
</style>
border-color css
<style>
span { border-color: #B0AB0D; }
span { border-color: rgb(176,171,13); }
td.TdClassName
{
border-color: #B0AB0D;
}
.TagClassName
{
border-color: #B0AB0D;
}
</style>