Shades of Earls Green #B2AA21
Tints of Earls Green #B2AA21
RGB
CMYK
RGB Variations
Color information
#B2AA21 (or 0xB2AA21) is known color: Earls Green. HEX triplet: B2, AA and 21. RGB value is (178,170,33). Sum of RGB (Red+Green+Blue) = 178+170+33=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA21 is #4D55DE. Grayscale: #9D9D9D. Windows color (decimal): -5068255 or 2206386. OLE color: 2206386.
HSL color Cylindrical-coordinate representation of color #B2AA21: hue angle of 56.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2AA21 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 33 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.30 |
| HSL | 56.69º | 0.69% | 0.41% | - |
| HSV(B) | 56.69º | 0.81% | 0.7% | - |
| XYZ | 33.01 | 38.32 | 7.1 | - |
| YUV | 156.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 33 | 0 | 0.04 | 0.81 | 0.30 | 56.69 | 0.69 | 0.41 |
| Hex | B2 | AA | 21 | 0 | 4 | 51 | 1E | 39 | 45 | 29 |
| Octal | 262 | 252 | 41 | 0 | 4 | 121 | 36 | 71 | 105 | 51 |
| Binary | 10110010 | 10101010 | 100001 | 0 | 100 | 1010001 | 11110 | 111001 | 1000101 | 101001 |
Color Harmonies of #B2AA21
Complementary color
Monochromatic Colors of #B2AA21
Black with #B2AA21
Text Example
Text Example
White with #B2AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA21; }
p { color: rgb(178,170,33); }
H1.HeaderClassName
{
color: #B2AA21;
}
.AnyTagClassName
{
color: #B2AA21;
}
</style>
background-color css
<style>
a { background-color: #B2AA21; }
a { background-color: rgb(178,170,33); }
div.DivClassName
{
background-color: #B2AA21;
}
.BgClassName
{
background-color: #B2AA21;
}
</style>
border-color css
<style>
span { border-color: #B2AA21; }
span { border-color: rgb(178,170,33); }
td.TdClassName
{
border-color: #B2AA21;
}
.TagClassName
{
border-color: #B2AA21;
}
</style>