Shades of Earls Green #B4A22C
Tints of Earls Green #B4A22C
RGB
CMYK
RGB Variations
Color information
#B4A22C (or 0xB4A22C) is known color: Earls Green. HEX triplet: B4, A2 and 2C. RGB value is (180,162,44). Sum of RGB (Red+Green+Blue) = 180+162+44=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A22C is #4B5DD3. Grayscale: #9A9A9A. Windows color (decimal): -4939220 or 2925236. OLE color: 2925236.
HSL color Cylindrical-coordinate representation of color #B4A22C: hue angle of 52.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4A22C is Cyan = 0, Magento = 0.1, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 44 | - |
| CMYK | 0 | 0.1 | 0.76 | 0.29 |
| HSL | 52.06º | 0.61% | 0.44% | - |
| HSV(B) | 52.06º | 0.76% | 0.71% | - |
| XYZ | 32.2 | 35.73 | 7.58 | - |
| YUV | 153.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 44 | 0 | 0.1 | 0.76 | 0.29 | 52.06 | 0.61 | 0.44 |
| Hex | B4 | A2 | 2C | 0 | A | 4C | 1D | 34 | 3D | 2C |
| Octal | 264 | 242 | 54 | 0 | 12 | 114 | 35 | 64 | 75 | 54 |
| Binary | 10110100 | 10100010 | 101100 | 0 | 1010 | 1001100 | 11101 | 110100 | 111101 | 101100 |
Color Harmonies of #B4A22C
Complementary color
Monochromatic Colors of #B4A22C
Black with #B4A22C
Text Example
Text Example
White with #B4A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A22C; }
p { color: rgb(180,162,44); }
H1.HeaderClassName
{
color: #B4A22C;
}
.AnyTagClassName
{
color: #B4A22C;
}
</style>
background-color css
<style>
a { background-color: #B4A22C; }
a { background-color: rgb(180,162,44); }
div.DivClassName
{
background-color: #B4A22C;
}
.BgClassName
{
background-color: #B4A22C;
}
</style>
border-color css
<style>
span { border-color: #B4A22C; }
span { border-color: rgb(180,162,44); }
td.TdClassName
{
border-color: #B4A22C;
}
.TagClassName
{
border-color: #B4A22C;
}
</style>