Shades of Earls Green #B4A32D
Tints of Earls Green #B4A32D
RGB
CMYK
RGB Variations
Color information
#B4A32D (or 0xB4A32D) is known color: Earls Green. HEX triplet: B4, A3 and 2D. RGB value is (180,163,45). Sum of RGB (Red+Green+Blue) = 180+163+45=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A32D is #4B5CD2. Grayscale: #9B9B9B. Windows color (decimal): -4938963 or 2991028. OLE color: 2991028.
HSL color Cylindrical-coordinate representation of color #B4A32D: hue angle of 52.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4A32D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 45 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.29 |
| HSL | 52.44º | 0.6% | 0.44% | - |
| HSV(B) | 52.44º | 0.75% | 0.71% | - |
| XYZ | 32.39 | 36.09 | 7.74 | - |
| YUV | 154.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 45 | 0 | 0.09 | 0.75 | 0.29 | 52.44 | 0.6 | 0.44 |
| Hex | B4 | A3 | 2D | 0 | 9 | 4B | 1D | 34 | 3C | 2C |
| Octal | 264 | 243 | 55 | 0 | 11 | 113 | 35 | 64 | 74 | 54 |
| Binary | 10110100 | 10100011 | 101101 | 0 | 1001 | 1001011 | 11101 | 110100 | 111100 | 101100 |
Color Harmonies of #B4A32D
Complementary color
Monochromatic Colors of #B4A32D
Black with #B4A32D
Text Example
Text Example
White with #B4A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A32D; }
p { color: rgb(180,163,45); }
H1.HeaderClassName
{
color: #B4A32D;
}
.AnyTagClassName
{
color: #B4A32D;
}
</style>
background-color css
<style>
a { background-color: #B4A32D; }
a { background-color: rgb(180,163,45); }
div.DivClassName
{
background-color: #B4A32D;
}
.BgClassName
{
background-color: #B4A32D;
}
</style>
border-color css
<style>
span { border-color: #B4A32D; }
span { border-color: rgb(180,163,45); }
td.TdClassName
{
border-color: #B4A32D;
}
.TagClassName
{
border-color: #B4A32D;
}
</style>