Shades of Earls Green #B2A420
Tints of Earls Green #B2A420
RGB
CMYK
RGB Variations
Color information
#B2A420 (or 0xB2A420) is known color: Earls Green. HEX triplet: B2, A4 and 20. RGB value is (178,164,32). Sum of RGB (Red+Green+Blue) = 178+164+32=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A420 is #4D5BDF. Grayscale: #999999. Windows color (decimal): -5069792 or 2139314. OLE color: 2139314.
HSL color Cylindrical-coordinate representation of color #B2A420: hue angle of 54.25º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2A420 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 32 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.30 |
| HSL | 54.25º | 0.7% | 0.41% | - |
| HSV(B) | 54.25º | 0.82% | 0.7% | - |
| XYZ | 31.9 | 36.12 | 6.66 | - |
| YUV | 153.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 32 | 0 | 0.08 | 0.82 | 0.30 | 54.25 | 0.7 | 0.41 |
| Hex | B2 | A4 | 20 | 0 | 8 | 52 | 1E | 36 | 46 | 29 |
| Octal | 262 | 244 | 40 | 0 | 10 | 122 | 36 | 66 | 106 | 51 |
| Binary | 10110010 | 10100100 | 100000 | 0 | 1000 | 1010010 | 11110 | 110110 | 1000110 | 101001 |
Color Harmonies of #B2A420
Complementary color
Monochromatic Colors of #B2A420
Black with #B2A420
Text Example
Text Example
White with #B2A420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A420; }
p { color: rgb(178,164,32); }
H1.HeaderClassName
{
color: #B2A420;
}
.AnyTagClassName
{
color: #B2A420;
}
</style>
background-color css
<style>
a { background-color: #B2A420; }
a { background-color: rgb(178,164,32); }
div.DivClassName
{
background-color: #B2A420;
}
.BgClassName
{
background-color: #B2A420;
}
</style>
border-color css
<style>
span { border-color: #B2A420; }
span { border-color: rgb(178,164,32); }
td.TdClassName
{
border-color: #B2A420;
}
.TagClassName
{
border-color: #B2A420;
}
</style>