Shades of Earls Green #B2AC11
Tints of Earls Green #B2AC11
RGB
CMYK
RGB Variations
Color information
#B2AC11 (or 0xB2AC11) is known color: Earls Green. HEX triplet: B2, AC and 11. RGB value is (178,172,17). Sum of RGB (Red+Green+Blue) = 178+172+17=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AC11 is #4D53EE. Grayscale: #9C9C9C. Windows color (decimal): -5067759 or 1158322. OLE color: 1158322.
HSL color Cylindrical-coordinate representation of color #B2AC11: hue angle of 57.76º 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 #B2AC11 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 17 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.30 |
| HSL | 57.76º | 0.83% | 0.38% | - |
| HSV(B) | 57.76º | 0.9% | 0.7% | - |
| XYZ | 33.21 | 39.01 | 6.31 | - |
| YUV | 156.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 17 | 0 | 0.03 | 0.90 | 0.30 | 57.76 | 0.83 | 0.38 |
| Hex | B2 | AC | 11 | 0 | 3 | 5A | 1E | 3A | 53 | 26 |
| Octal | 262 | 254 | 21 | 0 | 3 | 132 | 36 | 72 | 123 | 46 |
| Binary | 10110010 | 10101100 | 10001 | 0 | 11 | 1011010 | 11110 | 111010 | 1010011 | 100110 |
Color Harmonies of #B2AC11
Complementary color
Monochromatic Colors of #B2AC11
Black with #B2AC11
Text Example
Text Example
White with #B2AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC11; }
p { color: rgb(178,172,17); }
H1.HeaderClassName
{
color: #B2AC11;
}
.AnyTagClassName
{
color: #B2AC11;
}
</style>
background-color css
<style>
a { background-color: #B2AC11; }
a { background-color: rgb(178,172,17); }
div.DivClassName
{
background-color: #B2AC11;
}
.BgClassName
{
background-color: #B2AC11;
}
</style>
border-color css
<style>
span { border-color: #B2AC11; }
span { border-color: rgb(178,172,17); }
td.TdClassName
{
border-color: #B2AC11;
}
.TagClassName
{
border-color: #B2AC11;
}
</style>