Shades of Earls Green #B0AB1B
Tints of Earls Green #B0AB1B
RGB
CMYK
RGB Variations
Color information
#B0AB1B (or 0xB0AB1B) is known color: Earls Green. HEX triplet: B0, AB and 1B. RGB value is (176,171,27). Sum of RGB (Red+Green+Blue) = 176+171+27=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB1B is #4F54E4. Grayscale: #9C9C9C. Windows color (decimal): -5199077 or 1813424. OLE color: 1813424.
HSL color Cylindrical-coordinate representation of color #B0AB1B: hue angle of 57.99º degrees, saturation: 0.73, 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 #B0AB1B is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 27 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.31 |
| HSL | 57.99º | 0.73% | 0.4% | - |
| HSV(B) | 57.99º | 0.85% | 0.69% | - |
| XYZ | 32.67 | 38.44 | 6.73 | - |
| YUV | 156.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 27 | 0 | 0.03 | 0.85 | 0.31 | 57.99 | 0.73 | 0.4 |
| Hex | B0 | AB | 1B | 0 | 3 | 55 | 1F | 3A | 49 | 28 |
| Octal | 260 | 253 | 33 | 0 | 3 | 125 | 37 | 72 | 111 | 50 |
| Binary | 10110000 | 10101011 | 11011 | 0 | 11 | 1010101 | 11111 | 111010 | 1001001 | 101000 |
Color Harmonies of #B0AB1B
Complementary color
Monochromatic Colors of #B0AB1B
Black with #B0AB1B
Text Example
Text Example
White with #B0AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB1B; }
p { color: rgb(176,171,27); }
H1.HeaderClassName
{
color: #B0AB1B;
}
.AnyTagClassName
{
color: #B0AB1B;
}
</style>
background-color css
<style>
a { background-color: #B0AB1B; }
a { background-color: rgb(176,171,27); }
div.DivClassName
{
background-color: #B0AB1B;
}
.BgClassName
{
background-color: #B0AB1B;
}
</style>
border-color css
<style>
span { border-color: #B0AB1B; }
span { border-color: rgb(176,171,27); }
td.TdClassName
{
border-color: #B0AB1B;
}
.TagClassName
{
border-color: #B0AB1B;
}
</style>