Shades of Earls Green #B2AB2C
Tints of Earls Green #B2AB2C
RGB
CMYK
RGB Variations
Color information
#B2AB2C (or 0xB2AB2C) is known color: Earls Green. HEX triplet: B2, AB and 2C. RGB value is (178,171,44). Sum of RGB (Red+Green+Blue) = 178+171+44=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB2C is #4D54D3. Grayscale: #9F9F9F. Windows color (decimal): -5067988 or 2927538. OLE color: 2927538.
HSL color Cylindrical-coordinate representation of color #B2AB2C: hue angle of 56.87º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2AB2C is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 44 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.30 |
| HSL | 56.87º | 0.6% | 0.44% | - |
| HSV(B) | 56.87º | 0.75% | 0.7% | - |
| XYZ | 33.38 | 38.77 | 8.11 | - |
| YUV | 158.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 44 | 0 | 0.04 | 0.75 | 0.30 | 56.87 | 0.6 | 0.44 |
| Hex | B2 | AB | 2C | 0 | 4 | 4B | 1E | 39 | 3C | 2C |
| Octal | 262 | 253 | 54 | 0 | 4 | 113 | 36 | 71 | 74 | 54 |
| Binary | 10110010 | 10101011 | 101100 | 0 | 100 | 1001011 | 11110 | 111001 | 111100 | 101100 |
Color Harmonies of #B2AB2C
Complementary color
Monochromatic Colors of #B2AB2C
Black with #B2AB2C
Text Example
Text Example
White with #B2AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB2C; }
p { color: rgb(178,171,44); }
H1.HeaderClassName
{
color: #B2AB2C;
}
.AnyTagClassName
{
color: #B2AB2C;
}
</style>
background-color css
<style>
a { background-color: #B2AB2C; }
a { background-color: rgb(178,171,44); }
div.DivClassName
{
background-color: #B2AB2C;
}
.BgClassName
{
background-color: #B2AB2C;
}
</style>
border-color css
<style>
span { border-color: #B2AB2C; }
span { border-color: rgb(178,171,44); }
td.TdClassName
{
border-color: #B2AB2C;
}
.TagClassName
{
border-color: #B2AB2C;
}
</style>