Shades of Earls Green #B4A42D
Tints of Earls Green #B4A42D
RGB
CMYK
RGB Variations
Color information
#B4A42D (or 0xB4A42D) is known color: Earls Green. HEX triplet: B4, A4 and 2D. RGB value is (180,164,45). Sum of RGB (Red+Green+Blue) = 180+164+45=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A42D is #4B5BD2. Grayscale: #9B9B9B. Windows color (decimal): -4938707 or 2991284. OLE color: 2991284.
HSL color Cylindrical-coordinate representation of color #B4A42D: hue angle of 52.89º 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 #B4A42D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 45 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.29 |
| HSL | 52.89º | 0.6% | 0.44% | - |
| HSV(B) | 52.89º | 0.75% | 0.71% | - |
| XYZ | 32.57 | 36.44 | 7.8 | - |
| YUV | 155.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 45 | 0 | 0.09 | 0.75 | 0.29 | 52.89 | 0.6 | 0.44 |
| Hex | B4 | A4 | 2D | 0 | 9 | 4B | 1D | 35 | 3C | 2C |
| Octal | 264 | 244 | 55 | 0 | 11 | 113 | 35 | 65 | 74 | 54 |
| Binary | 10110100 | 10100100 | 101101 | 0 | 1001 | 1001011 | 11101 | 110101 | 111100 | 101100 |
Color Harmonies of #B4A42D
Complementary color
Monochromatic Colors of #B4A42D
Black with #B4A42D
Text Example
Text Example
White with #B4A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A42D; }
p { color: rgb(180,164,45); }
H1.HeaderClassName
{
color: #B4A42D;
}
.AnyTagClassName
{
color: #B4A42D;
}
</style>
background-color css
<style>
a { background-color: #B4A42D; }
a { background-color: rgb(180,164,45); }
div.DivClassName
{
background-color: #B4A42D;
}
.BgClassName
{
background-color: #B4A42D;
}
</style>
border-color css
<style>
span { border-color: #B4A42D; }
span { border-color: rgb(180,164,45); }
td.TdClassName
{
border-color: #B4A42D;
}
.TagClassName
{
border-color: #B4A42D;
}
</style>