Shades of Earls Green #B2AB11
Tints of Earls Green #B2AB11
RGB
CMYK
RGB Variations
Color information
#B2AB11 (or 0xB2AB11) is known color: Earls Green. HEX triplet: B2, AB and 11. RGB value is (178,171,17). Sum of RGB (Red+Green+Blue) = 178+171+17=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AB11 is #4D54EE. Grayscale: #9C9C9C. Windows color (decimal): -5068015 or 1158066. OLE color: 1158066.
HSL color Cylindrical-coordinate representation of color #B2AB11: hue angle of 57.39º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2AB11 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 17 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.30 |
| HSL | 57.39º | 0.83% | 0.38% | - |
| HSV(B) | 57.39º | 0.9% | 0.7% | - |
| XYZ | 33.02 | 38.63 | 6.25 | - |
| YUV | 155.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 17 | 0 | 0.04 | 0.90 | 0.30 | 57.39 | 0.83 | 0.38 |
| Hex | B2 | AB | 11 | 0 | 4 | 5A | 1E | 39 | 53 | 26 |
| Octal | 262 | 253 | 21 | 0 | 4 | 132 | 36 | 71 | 123 | 46 |
| Binary | 10110010 | 10101011 | 10001 | 0 | 100 | 1011010 | 11110 | 111001 | 1010011 | 100110 |
Color Harmonies of #B2AB11
Complementary color
Monochromatic Colors of #B2AB11
Black with #B2AB11
Text Example
Text Example
White with #B2AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB11; }
p { color: rgb(178,171,17); }
H1.HeaderClassName
{
color: #B2AB11;
}
.AnyTagClassName
{
color: #B2AB11;
}
</style>
background-color css
<style>
a { background-color: #B2AB11; }
a { background-color: rgb(178,171,17); }
div.DivClassName
{
background-color: #B2AB11;
}
.BgClassName
{
background-color: #B2AB11;
}
</style>
border-color css
<style>
span { border-color: #B2AB11; }
span { border-color: rgb(178,171,17); }
td.TdClassName
{
border-color: #B2AB11;
}
.TagClassName
{
border-color: #B2AB11;
}
</style>