Shades of Earls Green #B2A616
Tints of Earls Green #B2A616
RGB
CMYK
RGB Variations
Color information
#B2A616 (or 0xB2A616) is known color: Earls Green. HEX triplet: B2, A6 and 16. RGB value is (178,166,22). Sum of RGB (Red+Green+Blue) = 178+166+22=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A616 is #4D59E9. Grayscale: #999999. Windows color (decimal): -5069290 or 1484466. OLE color: 1484466.
HSL color Cylindrical-coordinate representation of color #B2A616: hue angle of 55.38º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2A616 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 22 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.30 |
| HSL | 55.38º | 0.78% | 0.39% | - |
| HSV(B) | 55.38º | 0.88% | 0.7% | - |
| XYZ | 32.14 | 36.8 | 6.17 | - |
| YUV | 153.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 22 | 0 | 0.07 | 0.88 | 0.30 | 55.38 | 0.78 | 0.39 |
| Hex | B2 | A6 | 16 | 0 | 7 | 58 | 1E | 37 | 4E | 27 |
| Octal | 262 | 246 | 26 | 0 | 7 | 130 | 36 | 67 | 116 | 47 |
| Binary | 10110010 | 10100110 | 10110 | 0 | 111 | 1011000 | 11110 | 110111 | 1001110 | 100111 |
Color Harmonies of #B2A616
Complementary color
Monochromatic Colors of #B2A616
Black with #B2A616
Text Example
Text Example
White with #B2A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A616; }
p { color: rgb(178,166,22); }
H1.HeaderClassName
{
color: #B2A616;
}
.AnyTagClassName
{
color: #B2A616;
}
</style>
background-color css
<style>
a { background-color: #B2A616; }
a { background-color: rgb(178,166,22); }
div.DivClassName
{
background-color: #B2A616;
}
.BgClassName
{
background-color: #B2A616;
}
</style>
border-color css
<style>
span { border-color: #B2A616; }
span { border-color: rgb(178,166,22); }
td.TdClassName
{
border-color: #B2A616;
}
.TagClassName
{
border-color: #B2A616;
}
</style>