Shades of Earls Green #B2AB29
Tints of Earls Green #B2AB29
RGB
CMYK
RGB Variations
Color information
#B2AB29 (or 0xB2AB29) is known color: Earls Green. HEX triplet: B2, AB and 29. RGB value is (178,171,41). Sum of RGB (Red+Green+Blue) = 178+171+41=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB29 is #4D54D6. Grayscale: #9E9E9E. Windows color (decimal): -5067991 or 2730930. OLE color: 2730930.
HSL color Cylindrical-coordinate representation of color #B2AB29: hue angle of 56.93º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2AB29 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 41 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.30 |
| HSL | 56.93º | 0.63% | 0.43% | - |
| HSV(B) | 56.93º | 0.77% | 0.7% | - |
| XYZ | 33.32 | 38.75 | 7.82 | - |
| YUV | 158.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 41 | 0 | 0.04 | 0.77 | 0.30 | 56.93 | 0.63 | 0.43 |
| Hex | B2 | AB | 29 | 0 | 4 | 4D | 1E | 39 | 3F | 2B |
| Octal | 262 | 253 | 51 | 0 | 4 | 115 | 36 | 71 | 77 | 53 |
| Binary | 10110010 | 10101011 | 101001 | 0 | 100 | 1001101 | 11110 | 111001 | 111111 | 101011 |
Color Harmonies of #B2AB29
Complementary color
Monochromatic Colors of #B2AB29
Black with #B2AB29
Text Example
Text Example
White with #B2AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB29; }
p { color: rgb(178,171,41); }
H1.HeaderClassName
{
color: #B2AB29;
}
.AnyTagClassName
{
color: #B2AB29;
}
</style>
background-color css
<style>
a { background-color: #B2AB29; }
a { background-color: rgb(178,171,41); }
div.DivClassName
{
background-color: #B2AB29;
}
.BgClassName
{
background-color: #B2AB29;
}
</style>
border-color css
<style>
span { border-color: #B2AB29; }
span { border-color: rgb(178,171,41); }
td.TdClassName
{
border-color: #B2AB29;
}
.TagClassName
{
border-color: #B2AB29;
}
</style>