Shades of Earls Green #B0AB12
Tints of Earls Green #B0AB12
RGB
CMYK
RGB Variations
Color information
#B0AB12 (or 0xB0AB12) is known color: Earls Green. HEX triplet: B0, AB and 12. RGB value is (176,171,18). Sum of RGB (Red+Green+Blue) = 176+171+18=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB12 is #4F54ED. Grayscale: #9B9B9B. Windows color (decimal): -5199086 or 1223600. OLE color: 1223600.
HSL color Cylindrical-coordinate representation of color #B0AB12: hue angle of 58.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0AB12 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 18 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.31 |
| HSL | 58.1º | 0.81% | 0.38% | - |
| HSV(B) | 58.1º | 0.9% | 0.69% | - |
| XYZ | 32.58 | 38.4 | 6.27 | - |
| YUV | 155.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 18 | 0 | 0.03 | 0.90 | 0.31 | 58.1 | 0.81 | 0.38 |
| Hex | B0 | AB | 12 | 0 | 3 | 5A | 1F | 3A | 51 | 26 |
| Octal | 260 | 253 | 22 | 0 | 3 | 132 | 37 | 72 | 121 | 46 |
| Binary | 10110000 | 10101011 | 10010 | 0 | 11 | 1011010 | 11111 | 111010 | 1010001 | 100110 |
Color Harmonies of #B0AB12
Complementary color
Monochromatic Colors of #B0AB12
Black with #B0AB12
Text Example
Text Example
White with #B0AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB12; }
p { color: rgb(176,171,18); }
H1.HeaderClassName
{
color: #B0AB12;
}
.AnyTagClassName
{
color: #B0AB12;
}
</style>
background-color css
<style>
a { background-color: #B0AB12; }
a { background-color: rgb(176,171,18); }
div.DivClassName
{
background-color: #B0AB12;
}
.BgClassName
{
background-color: #B0AB12;
}
</style>
border-color css
<style>
span { border-color: #B0AB12; }
span { border-color: rgb(176,171,18); }
td.TdClassName
{
border-color: #B0AB12;
}
.TagClassName
{
border-color: #B0AB12;
}
</style>