Shades of Earls Green #B2A82A
Tints of Earls Green #B2A82A
RGB
CMYK
RGB Variations
Color information
#B2A82A (or 0xB2A82A) is known color: Earls Green. HEX triplet: B2, A8 and 2A. RGB value is (178,168,42). Sum of RGB (Red+Green+Blue) = 178+168+42=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A82A is #4D57D5. Grayscale: #9D9D9D. Windows color (decimal): -5068758 or 2795698. OLE color: 2795698.
HSL color Cylindrical-coordinate representation of color #B2A82A: hue angle of 55.59º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2A82A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 42 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.30 |
| HSL | 55.59º | 0.62% | 0.43% | - |
| HSV(B) | 55.59º | 0.76% | 0.7% | - |
| XYZ | 32.78 | 37.64 | 7.73 | - |
| YUV | 156.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 42 | 0 | 0.06 | 0.76 | 0.30 | 55.59 | 0.62 | 0.43 |
| Hex | B2 | A8 | 2A | 0 | 6 | 4C | 1E | 38 | 3E | 2B |
| Octal | 262 | 250 | 52 | 0 | 6 | 114 | 36 | 70 | 76 | 53 |
| Binary | 10110010 | 10101000 | 101010 | 0 | 110 | 1001100 | 11110 | 111000 | 111110 | 101011 |
Color Harmonies of #B2A82A
Complementary color
Monochromatic Colors of #B2A82A
Black with #B2A82A
Text Example
Text Example
White with #B2A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A82A; }
p { color: rgb(178,168,42); }
H1.HeaderClassName
{
color: #B2A82A;
}
.AnyTagClassName
{
color: #B2A82A;
}
</style>
background-color css
<style>
a { background-color: #B2A82A; }
a { background-color: rgb(178,168,42); }
div.DivClassName
{
background-color: #B2A82A;
}
.BgClassName
{
background-color: #B2A82A;
}
</style>
border-color css
<style>
span { border-color: #B2A82A; }
span { border-color: rgb(178,168,42); }
td.TdClassName
{
border-color: #B2A82A;
}
.TagClassName
{
border-color: #B2A82A;
}
</style>