Shades of Earls Green #B0AB10
Tints of Earls Green #B0AB10
RGB
CMYK
RGB Variations
Color information
#B0AB10 (or 0xB0AB10) is known color: Earls Green. HEX triplet: B0, AB and 10. RGB value is (176,171,16). Sum of RGB (Red+Green+Blue) = 176+171+16=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB10 is #4F54EF. Grayscale: #9B9B9B. Windows color (decimal): -5199088 or 1092528. OLE color: 1092528.
HSL color Cylindrical-coordinate representation of color #B0AB10: hue angle of 58.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0AB10 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 16 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.31 |
| HSL | 58.13º | 0.83% | 0.38% | - |
| HSV(B) | 58.13º | 0.91% | 0.69% | - |
| XYZ | 32.56 | 38.39 | 6.18 | - |
| YUV | 154.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 16 | 0 | 0.03 | 0.91 | 0.31 | 58.13 | 0.83 | 0.38 |
| Hex | B0 | AB | 10 | 0 | 3 | 5B | 1F | 3A | 53 | 26 |
| Octal | 260 | 253 | 20 | 0 | 3 | 133 | 37 | 72 | 123 | 46 |
| Binary | 10110000 | 10101011 | 10000 | 0 | 11 | 1011011 | 11111 | 111010 | 1010011 | 100110 |
Color Harmonies of #B0AB10
Complementary color
Monochromatic Colors of #B0AB10
Black with #B0AB10
Text Example
Text Example
White with #B0AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB10; }
p { color: rgb(176,171,16); }
H1.HeaderClassName
{
color: #B0AB10;
}
.AnyTagClassName
{
color: #B0AB10;
}
</style>
background-color css
<style>
a { background-color: #B0AB10; }
a { background-color: rgb(176,171,16); }
div.DivClassName
{
background-color: #B0AB10;
}
.BgClassName
{
background-color: #B0AB10;
}
</style>
border-color css
<style>
span { border-color: #B0AB10; }
span { border-color: rgb(176,171,16); }
td.TdClassName
{
border-color: #B0AB10;
}
.TagClassName
{
border-color: #B0AB10;
}
</style>