Shades of Earls Green #B2AB1C
Tints of Earls Green #B2AB1C
RGB
CMYK
RGB Variations
Color information
#B2AB1C (or 0xB2AB1C) is known color: Earls Green. HEX triplet: B2, AB and 1C. RGB value is (178,171,28). Sum of RGB (Red+Green+Blue) = 178+171+28=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB1C is #4D54E3. Grayscale: #9D9D9D. Windows color (decimal): -5068004 or 1878962. OLE color: 1878962.
HSL color Cylindrical-coordinate representation of color #B2AB1C: hue angle of 57.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2AB1C is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 28 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.30 |
| HSL | 57.2º | 0.73% | 0.4% | - |
| HSV(B) | 57.2º | 0.84% | 0.7% | - |
| XYZ | 33.13 | 38.67 | 6.82 | - |
| YUV | 156.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 28 | 0 | 0.04 | 0.84 | 0.30 | 57.2 | 0.73 | 0.4 |
| Hex | B2 | AB | 1C | 0 | 4 | 54 | 1E | 39 | 49 | 28 |
| Octal | 262 | 253 | 34 | 0 | 4 | 124 | 36 | 71 | 111 | 50 |
| Binary | 10110010 | 10101011 | 11100 | 0 | 100 | 1010100 | 11110 | 111001 | 1001001 | 101000 |
Color Harmonies of #B2AB1C
Complementary color
Monochromatic Colors of #B2AB1C
Black with #B2AB1C
Text Example
Text Example
White with #B2AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB1C; }
p { color: rgb(178,171,28); }
H1.HeaderClassName
{
color: #B2AB1C;
}
.AnyTagClassName
{
color: #B2AB1C;
}
</style>
background-color css
<style>
a { background-color: #B2AB1C; }
a { background-color: rgb(178,171,28); }
div.DivClassName
{
background-color: #B2AB1C;
}
.BgClassName
{
background-color: #B2AB1C;
}
</style>
border-color css
<style>
span { border-color: #B2AB1C; }
span { border-color: rgb(178,171,28); }
td.TdClassName
{
border-color: #B2AB1C;
}
.TagClassName
{
border-color: #B2AB1C;
}
</style>