Shades of Earls Green #B2AB14
Tints of Earls Green #B2AB14
RGB
CMYK
RGB Variations
Color information
#B2AB14 (or 0xB2AB14) is known color: Earls Green. HEX triplet: B2, AB and 14. RGB value is (178,171,20). Sum of RGB (Red+Green+Blue) = 178+171+20=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB14 is #4D54EB. Grayscale: #9C9C9C. Windows color (decimal): -5068012 or 1354674. OLE color: 1354674.
HSL color Cylindrical-coordinate representation of color #B2AB14: hue angle of 57.34º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2AB14 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 20 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.30 |
| HSL | 57.34º | 0.8% | 0.39% | - |
| HSV(B) | 57.34º | 0.89% | 0.7% | - |
| XYZ | 33.05 | 38.64 | 6.38 | - |
| YUV | 155.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 20 | 0 | 0.04 | 0.89 | 0.30 | 57.34 | 0.8 | 0.39 |
| Hex | B2 | AB | 14 | 0 | 4 | 59 | 1E | 39 | 50 | 27 |
| Octal | 262 | 253 | 24 | 0 | 4 | 131 | 36 | 71 | 120 | 47 |
| Binary | 10110010 | 10101011 | 10100 | 0 | 100 | 1011001 | 11110 | 111001 | 1010000 | 100111 |
Color Harmonies of #B2AB14
Complementary color
Monochromatic Colors of #B2AB14
Black with #B2AB14
Text Example
Text Example
White with #B2AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB14; }
p { color: rgb(178,171,20); }
H1.HeaderClassName
{
color: #B2AB14;
}
.AnyTagClassName
{
color: #B2AB14;
}
</style>
background-color css
<style>
a { background-color: #B2AB14; }
a { background-color: rgb(178,171,20); }
div.DivClassName
{
background-color: #B2AB14;
}
.BgClassName
{
background-color: #B2AB14;
}
</style>
border-color css
<style>
span { border-color: #B2AB14; }
span { border-color: rgb(178,171,20); }
td.TdClassName
{
border-color: #B2AB14;
}
.TagClassName
{
border-color: #B2AB14;
}
</style>