Shades of Earls Green #B2AA28
Tints of Earls Green #B2AA28
RGB
CMYK
RGB Variations
Color information
#B2AA28 (or 0xB2AA28) is known color: Earls Green. HEX triplet: B2, AA and 28. RGB value is (178,170,40). Sum of RGB (Red+Green+Blue) = 178+170+40=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA28 is #4D55D7. Grayscale: #9E9E9E. Windows color (decimal): -5068248 or 2665138. OLE color: 2665138.
HSL color Cylindrical-coordinate representation of color #B2AA28: hue angle of 56.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2AA28 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 40 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.30 |
| HSL | 56.52º | 0.63% | 0.43% | - |
| HSV(B) | 56.52º | 0.78% | 0.7% | - |
| XYZ | 33.12 | 38.37 | 7.67 | - |
| YUV | 157.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 40 | 0 | 0.04 | 0.78 | 0.30 | 56.52 | 0.63 | 0.43 |
| Hex | B2 | AA | 28 | 0 | 4 | 4E | 1E | 39 | 3F | 2B |
| Octal | 262 | 252 | 50 | 0 | 4 | 116 | 36 | 71 | 77 | 53 |
| Binary | 10110010 | 10101010 | 101000 | 0 | 100 | 1001110 | 11110 | 111001 | 111111 | 101011 |
Color Harmonies of #B2AA28
Complementary color
Monochromatic Colors of #B2AA28
Black with #B2AA28
Text Example
Text Example
White with #B2AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA28; }
p { color: rgb(178,170,40); }
H1.HeaderClassName
{
color: #B2AA28;
}
.AnyTagClassName
{
color: #B2AA28;
}
</style>
background-color css
<style>
a { background-color: #B2AA28; }
a { background-color: rgb(178,170,40); }
div.DivClassName
{
background-color: #B2AA28;
}
.BgClassName
{
background-color: #B2AA28;
}
</style>
border-color css
<style>
span { border-color: #B2AA28; }
span { border-color: rgb(178,170,40); }
td.TdClassName
{
border-color: #B2AA28;
}
.TagClassName
{
border-color: #B2AA28;
}
</style>