Shades of Earls Green #B0AB20
Tints of Earls Green #B0AB20
RGB
CMYK
RGB Variations
Color information
#B0AB20 (or 0xB0AB20) is known color: Earls Green. HEX triplet: B0, AB and 20. RGB value is (176,171,32). Sum of RGB (Red+Green+Blue) = 176+171+32=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB20 is #4F54DF. Grayscale: #9D9D9D. Windows color (decimal): -5199072 or 2141104. OLE color: 2141104.
HSL color Cylindrical-coordinate representation of color #B0AB20: hue angle of 57.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0AB20 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 32 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.31 |
| HSL | 57.92º | 0.69% | 0.41% | - |
| HSV(B) | 57.92º | 0.82% | 0.69% | - |
| XYZ | 32.73 | 38.46 | 7.07 | - |
| YUV | 156.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 32 | 0 | 0.03 | 0.82 | 0.31 | 57.92 | 0.69 | 0.41 |
| Hex | B0 | AB | 20 | 0 | 3 | 52 | 1F | 3A | 45 | 29 |
| Octal | 260 | 253 | 40 | 0 | 3 | 122 | 37 | 72 | 105 | 51 |
| Binary | 10110000 | 10101011 | 100000 | 0 | 11 | 1010010 | 11111 | 111010 | 1000101 | 101001 |
Color Harmonies of #B0AB20
Complementary color
Monochromatic Colors of #B0AB20
Black with #B0AB20
Text Example
Text Example
White with #B0AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB20; }
p { color: rgb(176,171,32); }
H1.HeaderClassName
{
color: #B0AB20;
}
.AnyTagClassName
{
color: #B0AB20;
}
</style>
background-color css
<style>
a { background-color: #B0AB20; }
a { background-color: rgb(176,171,32); }
div.DivClassName
{
background-color: #B0AB20;
}
.BgClassName
{
background-color: #B0AB20;
}
</style>
border-color css
<style>
span { border-color: #B0AB20; }
span { border-color: rgb(176,171,32); }
td.TdClassName
{
border-color: #B0AB20;
}
.TagClassName
{
border-color: #B0AB20;
}
</style>