Shades of Earls Green #B4A32E
Tints of Earls Green #B4A32E
RGB
CMYK
RGB Variations
Color information
#B4A32E (or 0xB4A32E) is known color: Earls Green. HEX triplet: B4, A3 and 2E. RGB value is (180,163,46). Sum of RGB (Red+Green+Blue) = 180+163+46=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A32E is #4B5CD1. Grayscale: #9B9B9B. Windows color (decimal): -4938962 or 3056564. OLE color: 3056564.
HSL color Cylindrical-coordinate representation of color #B4A32E: hue angle of 52.39º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4A32E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 46 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.29 |
| HSL | 52.39º | 0.59% | 0.44% | - |
| HSV(B) | 52.39º | 0.74% | 0.71% | - |
| XYZ | 32.41 | 36.09 | 7.84 | - |
| YUV | 154.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 46 | 0 | 0.09 | 0.74 | 0.29 | 52.39 | 0.59 | 0.44 |
| Hex | B4 | A3 | 2E | 0 | 9 | 4A | 1D | 34 | 3B | 2C |
| Octal | 264 | 243 | 56 | 0 | 11 | 112 | 35 | 64 | 73 | 54 |
| Binary | 10110100 | 10100011 | 101110 | 0 | 1001 | 1001010 | 11101 | 110100 | 111011 | 101100 |
Color Harmonies of #B4A32E
Complementary color
Monochromatic Colors of #B4A32E
Black with #B4A32E
Text Example
Text Example
White with #B4A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A32E; }
p { color: rgb(180,163,46); }
H1.HeaderClassName
{
color: #B4A32E;
}
.AnyTagClassName
{
color: #B4A32E;
}
</style>
background-color css
<style>
a { background-color: #B4A32E; }
a { background-color: rgb(180,163,46); }
div.DivClassName
{
background-color: #B4A32E;
}
.BgClassName
{
background-color: #B4A32E;
}
</style>
border-color css
<style>
span { border-color: #B4A32E; }
span { border-color: rgb(180,163,46); }
td.TdClassName
{
border-color: #B4A32E;
}
.TagClassName
{
border-color: #B4A32E;
}
</style>