Shades of Earls Green #B0AB1A
Tints of Earls Green #B0AB1A
RGB
CMYK
RGB Variations
Color information
#B0AB1A (or 0xB0AB1A) is known color: Earls Green. HEX triplet: B0, AB and 1A. RGB value is (176,171,26). Sum of RGB (Red+Green+Blue) = 176+171+26=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB1A is #4F54E5. Grayscale: #9C9C9C. Windows color (decimal): -5199078 or 1747888. OLE color: 1747888.
HSL color Cylindrical-coordinate representation of color #B0AB1A: hue angle of 58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0AB1A is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 26 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.31 |
| HSL | 58º | 0.74% | 0.4% | - |
| HSV(B) | 58º | 0.85% | 0.69% | - |
| XYZ | 32.65 | 38.43 | 6.67 | - |
| YUV | 155.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 26 | 0 | 0.03 | 0.85 | 0.31 | 58 | 0.74 | 0.4 |
| Hex | B0 | AB | 1A | 0 | 3 | 55 | 1F | 3A | 4A | 28 |
| Octal | 260 | 253 | 32 | 0 | 3 | 125 | 37 | 72 | 112 | 50 |
| Binary | 10110000 | 10101011 | 11010 | 0 | 11 | 1010101 | 11111 | 111010 | 1001010 | 101000 |
Color Harmonies of #B0AB1A
Complementary color
Monochromatic Colors of #B0AB1A
Black with #B0AB1A
Text Example
Text Example
White with #B0AB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB1A; }
p { color: rgb(176,171,26); }
H1.HeaderClassName
{
color: #B0AB1A;
}
.AnyTagClassName
{
color: #B0AB1A;
}
</style>
background-color css
<style>
a { background-color: #B0AB1A; }
a { background-color: rgb(176,171,26); }
div.DivClassName
{
background-color: #B0AB1A;
}
.BgClassName
{
background-color: #B0AB1A;
}
</style>
border-color css
<style>
span { border-color: #B0AB1A; }
span { border-color: rgb(176,171,26); }
td.TdClassName
{
border-color: #B0AB1A;
}
.TagClassName
{
border-color: #B0AB1A;
}
</style>