Shades of Earls Green #B4A21A
Tints of Earls Green #B4A21A
RGB
CMYK
RGB Variations
Color information
#B4A21A (or 0xB4A21A) is known color: Earls Green. HEX triplet: B4, A2 and 1A. RGB value is (180,162,26). Sum of RGB (Red+Green+Blue) = 180+162+26=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A21A is #4B5DE5. Grayscale: #989898. Windows color (decimal): -4939238 or 1745588. OLE color: 1745588.
HSL color Cylindrical-coordinate representation of color #B4A21A: hue angle of 52.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4A21A is Cyan = 0, Magento = 0.1, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 26 | - |
| CMYK | 0 | 0.1 | 0.86 | 0.29 |
| HSL | 52.99º | 0.75% | 0.4% | - |
| HSV(B) | 52.99º | 0.86% | 0.71% | - |
| XYZ | 31.93 | 35.62 | 6.17 | - |
| YUV | 151.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 26 | 0 | 0.1 | 0.86 | 0.29 | 52.99 | 0.75 | 0.4 |
| Hex | B4 | A2 | 1A | 0 | A | 56 | 1D | 35 | 4B | 28 |
| Octal | 264 | 242 | 32 | 0 | 12 | 126 | 35 | 65 | 113 | 50 |
| Binary | 10110100 | 10100010 | 11010 | 0 | 1010 | 1010110 | 11101 | 110101 | 1001011 | 101000 |
Color Harmonies of #B4A21A
Complementary color
Monochromatic Colors of #B4A21A
Black with #B4A21A
Text Example
Text Example
White with #B4A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A21A; }
p { color: rgb(180,162,26); }
H1.HeaderClassName
{
color: #B4A21A;
}
.AnyTagClassName
{
color: #B4A21A;
}
</style>
background-color css
<style>
a { background-color: #B4A21A; }
a { background-color: rgb(180,162,26); }
div.DivClassName
{
background-color: #B4A21A;
}
.BgClassName
{
background-color: #B4A21A;
}
</style>
border-color css
<style>
span { border-color: #B4A21A; }
span { border-color: rgb(180,162,26); }
td.TdClassName
{
border-color: #B4A21A;
}
.TagClassName
{
border-color: #B4A21A;
}
</style>