Shades of Earls Green #B4A62D
Tints of Earls Green #B4A62D
RGB
CMYK
RGB Variations
Color information
#B4A62D (or 0xB4A62D) is known color: Earls Green. HEX triplet: B4, A6 and 2D. RGB value is (180,166,45). Sum of RGB (Red+Green+Blue) = 180+166+45=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A62D is #4B59D2. Grayscale: #9C9C9C. Windows color (decimal): -4938195 or 2991796. OLE color: 2991796.
HSL color Cylindrical-coordinate representation of color #B4A62D: hue angle of 53.78º 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 #B4A62D is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 45 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.29 |
| HSL | 53.78º | 0.6% | 0.44% | - |
| HSV(B) | 53.78º | 0.75% | 0.71% | - |
| XYZ | 32.93 | 37.17 | 7.92 | - |
| YUV | 156.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 45 | 0 | 0.08 | 0.75 | 0.29 | 53.78 | 0.6 | 0.44 |
| Hex | B4 | A6 | 2D | 0 | 8 | 4B | 1D | 36 | 3C | 2C |
| Octal | 264 | 246 | 55 | 0 | 10 | 113 | 35 | 66 | 74 | 54 |
| Binary | 10110100 | 10100110 | 101101 | 0 | 1000 | 1001011 | 11101 | 110110 | 111100 | 101100 |
Color Harmonies of #B4A62D
Complementary color
Monochromatic Colors of #B4A62D
Black with #B4A62D
Text Example
Text Example
White with #B4A62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A62D; }
p { color: rgb(180,166,45); }
H1.HeaderClassName
{
color: #B4A62D;
}
.AnyTagClassName
{
color: #B4A62D;
}
</style>
background-color css
<style>
a { background-color: #B4A62D; }
a { background-color: rgb(180,166,45); }
div.DivClassName
{
background-color: #B4A62D;
}
.BgClassName
{
background-color: #B4A62D;
}
</style>
border-color css
<style>
span { border-color: #B4A62D; }
span { border-color: rgb(180,166,45); }
td.TdClassName
{
border-color: #B4A62D;
}
.TagClassName
{
border-color: #B4A62D;
}
</style>