Shades of Earls Green #B4A420
Tints of Earls Green #B4A420
RGB
CMYK
RGB Variations
Color information
#B4A420 (or 0xB4A420) is known color: Earls Green. HEX triplet: B4, A4 and 20. RGB value is (180,164,32). Sum of RGB (Red+Green+Blue) = 180+164+32=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A420 is #4B5BDF. Grayscale: #9A9A9A. Windows color (decimal): -4938720 or 2139316. OLE color: 2139316.
HSL color Cylindrical-coordinate representation of color #B4A420: hue angle of 53.51º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4A420 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 32 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.29 |
| HSL | 53.51º | 0.7% | 0.42% | - |
| HSV(B) | 53.51º | 0.82% | 0.71% | - |
| XYZ | 32.36 | 36.36 | 6.68 | - |
| YUV | 153.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 32 | 0 | 0.09 | 0.82 | 0.29 | 53.51 | 0.7 | 0.42 |
| Hex | B4 | A4 | 20 | 0 | 9 | 52 | 1D | 36 | 46 | 2A |
| Octal | 264 | 244 | 40 | 0 | 11 | 122 | 35 | 66 | 106 | 52 |
| Binary | 10110100 | 10100100 | 100000 | 0 | 1001 | 1010010 | 11101 | 110110 | 1000110 | 101010 |
Color Harmonies of #B4A420
Complementary color
Monochromatic Colors of #B4A420
Black with #B4A420
Text Example
Text Example
White with #B4A420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A420; }
p { color: rgb(180,164,32); }
H1.HeaderClassName
{
color: #B4A420;
}
.AnyTagClassName
{
color: #B4A420;
}
</style>
background-color css
<style>
a { background-color: #B4A420; }
a { background-color: rgb(180,164,32); }
div.DivClassName
{
background-color: #B4A420;
}
.BgClassName
{
background-color: #B4A420;
}
</style>
border-color css
<style>
span { border-color: #B4A420; }
span { border-color: rgb(180,164,32); }
td.TdClassName
{
border-color: #B4A420;
}
.TagClassName
{
border-color: #B4A420;
}
</style>