Shades of Earls Green #B2A72A
Tints of Earls Green #B2A72A
RGB
CMYK
RGB Variations
Color information
#B2A72A (or 0xB2A72A) is known color: Earls Green. HEX triplet: B2, A7 and 2A. RGB value is (178,167,42). Sum of RGB (Red+Green+Blue) = 178+167+42=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A72A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A72A is #4D58D5. Grayscale: #9C9C9C. Windows color (decimal): -5069014 or 2795442. OLE color: 2795442.
HSL color Cylindrical-coordinate representation of color #B2A72A: hue angle of 55.15º 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 #B2A72A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 42 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.30 |
| HSL | 55.15º | 0.62% | 0.43% | - |
| HSV(B) | 55.15º | 0.76% | 0.7% | - |
| XYZ | 32.6 | 37.27 | 7.67 | - |
| YUV | 156.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 42 | 0 | 0.06 | 0.76 | 0.30 | 55.15 | 0.62 | 0.43 |
| Hex | B2 | A7 | 2A | 0 | 6 | 4C | 1E | 37 | 3E | 2B |
| Octal | 262 | 247 | 52 | 0 | 6 | 114 | 36 | 67 | 76 | 53 |
| Binary | 10110010 | 10100111 | 101010 | 0 | 110 | 1001100 | 11110 | 110111 | 111110 | 101011 |
Color Harmonies of #B2A72A
Complementary color
Monochromatic Colors of #B2A72A
Black with #B2A72A
Text Example
Text Example
White with #B2A72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A72A; }
p { color: rgb(178,167,42); }
H1.HeaderClassName
{
color: #B2A72A;
}
.AnyTagClassName
{
color: #B2A72A;
}
</style>
background-color css
<style>
a { background-color: #B2A72A; }
a { background-color: rgb(178,167,42); }
div.DivClassName
{
background-color: #B2A72A;
}
.BgClassName
{
background-color: #B2A72A;
}
</style>
border-color css
<style>
span { border-color: #B2A72A; }
span { border-color: rgb(178,167,42); }
td.TdClassName
{
border-color: #B2A72A;
}
.TagClassName
{
border-color: #B2A72A;
}
</style>