Shades of Earls Green #B2AB1E
Tints of Earls Green #B2AB1E
RGB
CMYK
RGB Variations
Color information
#B2AB1E (or 0xB2AB1E) is known color: Earls Green. HEX triplet: B2, AB and 1E. RGB value is (178,171,30). Sum of RGB (Red+Green+Blue) = 178+171+30=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB1E is #4D54E1. Grayscale: #9D9D9D. Windows color (decimal): -5068002 or 2010034. OLE color: 2010034.
HSL color Cylindrical-coordinate representation of color #B2AB1E: hue angle of 57.16º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2AB1E is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 30 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.30 |
| HSL | 57.16º | 0.71% | 0.41% | - |
| HSV(B) | 57.16º | 0.83% | 0.7% | - |
| XYZ | 33.16 | 38.68 | 6.95 | - |
| YUV | 157.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 30 | 0 | 0.04 | 0.83 | 0.30 | 57.16 | 0.71 | 0.41 |
| Hex | B2 | AB | 1E | 0 | 4 | 53 | 1E | 39 | 47 | 29 |
| Octal | 262 | 253 | 36 | 0 | 4 | 123 | 36 | 71 | 107 | 51 |
| Binary | 10110010 | 10101011 | 11110 | 0 | 100 | 1010011 | 11110 | 111001 | 1000111 | 101001 |
Color Harmonies of #B2AB1E
Complementary color
Monochromatic Colors of #B2AB1E
Black with #B2AB1E
Text Example
Text Example
White with #B2AB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB1E; }
p { color: rgb(178,171,30); }
H1.HeaderClassName
{
color: #B2AB1E;
}
.AnyTagClassName
{
color: #B2AB1E;
}
</style>
background-color css
<style>
a { background-color: #B2AB1E; }
a { background-color: rgb(178,171,30); }
div.DivClassName
{
background-color: #B2AB1E;
}
.BgClassName
{
background-color: #B2AB1E;
}
</style>
border-color css
<style>
span { border-color: #B2AB1E; }
span { border-color: rgb(178,171,30); }
td.TdClassName
{
border-color: #B2AB1E;
}
.TagClassName
{
border-color: #B2AB1E;
}
</style>