Shades of Earls Green #B2AB31
Tints of Earls Green #B2AB31
RGB
CMYK
RGB Variations
Color information
#B2AB31 (or 0xB2AB31) is known color: Earls Green. HEX triplet: B2, AB and 31. RGB value is (178,171,49). Sum of RGB (Red+Green+Blue) = 178+171+49=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB31 is #4D54CE. Grayscale: #9F9F9F. Windows color (decimal): -5067983 or 3255218. OLE color: 3255218.
HSL color Cylindrical-coordinate representation of color #B2AB31: hue angle of 56.74º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2AB31 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 49 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.30 |
| HSL | 56.74º | 0.57% | 0.45% | - |
| HSV(B) | 56.74º | 0.72% | 0.7% | - |
| XYZ | 33.48 | 38.81 | 8.63 | - |
| YUV | 159.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 49 | 0 | 0.04 | 0.72 | 0.30 | 56.74 | 0.57 | 0.45 |
| Hex | B2 | AB | 31 | 0 | 4 | 48 | 1E | 39 | 39 | 2D |
| Octal | 262 | 253 | 61 | 0 | 4 | 110 | 36 | 71 | 71 | 55 |
| Binary | 10110010 | 10101011 | 110001 | 0 | 100 | 1001000 | 11110 | 111001 | 111001 | 101101 |
Color Harmonies of #B2AB31
Complementary color
Monochromatic Colors of #B2AB31
Black with #B2AB31
Text Example
Text Example
White with #B2AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB31; }
p { color: rgb(178,171,49); }
H1.HeaderClassName
{
color: #B2AB31;
}
.AnyTagClassName
{
color: #B2AB31;
}
</style>
background-color css
<style>
a { background-color: #B2AB31; }
a { background-color: rgb(178,171,49); }
div.DivClassName
{
background-color: #B2AB31;
}
.BgClassName
{
background-color: #B2AB31;
}
</style>
border-color css
<style>
span { border-color: #B2AB31; }
span { border-color: rgb(178,171,49); }
td.TdClassName
{
border-color: #B2AB31;
}
.TagClassName
{
border-color: #B2AB31;
}
</style>