Shades of Earls Green #B2AA29
Tints of Earls Green #B2AA29
RGB
CMYK
RGB Variations
Color information
#B2AA29 (or 0xB2AA29) is known color: Earls Green. HEX triplet: B2, AA and 29. RGB value is (178,170,41). Sum of RGB (Red+Green+Blue) = 178+170+41=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA29 is #4D55D6. Grayscale: #9E9E9E. Windows color (decimal): -5068247 or 2730674. OLE color: 2730674.
HSL color Cylindrical-coordinate representation of color #B2AA29: hue angle of 56.5º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2AA29 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 41 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.30 |
| HSL | 56.5º | 0.63% | 0.43% | - |
| HSV(B) | 56.5º | 0.77% | 0.7% | - |
| XYZ | 33.14 | 38.37 | 7.76 | - |
| YUV | 157.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 41 | 0 | 0.04 | 0.77 | 0.30 | 56.5 | 0.63 | 0.43 |
| Hex | B2 | AA | 29 | 0 | 4 | 4D | 1E | 38 | 3F | 2B |
| Octal | 262 | 252 | 51 | 0 | 4 | 115 | 36 | 70 | 77 | 53 |
| Binary | 10110010 | 10101010 | 101001 | 0 | 100 | 1001101 | 11110 | 111000 | 111111 | 101011 |
Color Harmonies of #B2AA29
Complementary color
Monochromatic Colors of #B2AA29
Black with #B2AA29
Text Example
Text Example
White with #B2AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA29; }
p { color: rgb(178,170,41); }
H1.HeaderClassName
{
color: #B2AA29;
}
.AnyTagClassName
{
color: #B2AA29;
}
</style>
background-color css
<style>
a { background-color: #B2AA29; }
a { background-color: rgb(178,170,41); }
div.DivClassName
{
background-color: #B2AA29;
}
.BgClassName
{
background-color: #B2AA29;
}
</style>
border-color css
<style>
span { border-color: #B2AA29; }
span { border-color: rgb(178,170,41); }
td.TdClassName
{
border-color: #B2AA29;
}
.TagClassName
{
border-color: #B2AA29;
}
</style>