Shades of Earls Green #B2AA20
Tints of Earls Green #B2AA20
RGB
CMYK
RGB Variations
Color information
#B2AA20 (or 0xB2AA20) is known color: Earls Green. HEX triplet: B2, AA and 20. RGB value is (178,170,32). Sum of RGB (Red+Green+Blue) = 178+170+32=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA20 is #4D55DF. Grayscale: #9D9D9D. Windows color (decimal): -5068256 or 2140850. OLE color: 2140850.
HSL color Cylindrical-coordinate representation of color #B2AA20: hue angle of 56.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2AA20 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 32 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.30 |
| HSL | 56.71º | 0.7% | 0.41% | - |
| HSV(B) | 56.71º | 0.82% | 0.7% | - |
| XYZ | 33 | 38.32 | 7.02 | - |
| YUV | 156.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 32 | 0 | 0.04 | 0.82 | 0.30 | 56.71 | 0.7 | 0.41 |
| Hex | B2 | AA | 20 | 0 | 4 | 52 | 1E | 39 | 46 | 29 |
| Octal | 262 | 252 | 40 | 0 | 4 | 122 | 36 | 71 | 106 | 51 |
| Binary | 10110010 | 10101010 | 100000 | 0 | 100 | 1010010 | 11110 | 111001 | 1000110 | 101001 |
Color Harmonies of #B2AA20
Complementary color
Monochromatic Colors of #B2AA20
Black with #B2AA20
Text Example
Text Example
White with #B2AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA20; }
p { color: rgb(178,170,32); }
H1.HeaderClassName
{
color: #B2AA20;
}
.AnyTagClassName
{
color: #B2AA20;
}
</style>
background-color css
<style>
a { background-color: #B2AA20; }
a { background-color: rgb(178,170,32); }
div.DivClassName
{
background-color: #B2AA20;
}
.BgClassName
{
background-color: #B2AA20;
}
</style>
border-color css
<style>
span { border-color: #B2AA20; }
span { border-color: rgb(178,170,32); }
td.TdClassName
{
border-color: #B2AA20;
}
.TagClassName
{
border-color: #B2AA20;
}
</style>