Shades of Earls Green #B4A824
Tints of Earls Green #B4A824
RGB
CMYK
RGB Variations
Color information
#B4A824 (or 0xB4A824) is known color: Earls Green. HEX triplet: B4, A8 and 24. RGB value is (180,168,36). Sum of RGB (Red+Green+Blue) = 180+168+36=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 36 (14.45% from 255 or 9.38% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A824 is #4B57DB. Grayscale: #9D9D9D. Windows color (decimal): -4937692 or 2402484. OLE color: 2402484.
HSL color Cylindrical-coordinate representation of color #B4A824: hue angle of 55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4A824 is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 36 | - |
| CMYK | 0 | 0.07 | 0.8 | 0.29 |
| HSL | 55º | 0.67% | 0.42% | - |
| HSV(B) | 55º | 0.8% | 0.71% | - |
| XYZ | 33.14 | 37.84 | 7.23 | - |
| YUV | 156.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 36 | 0 | 0.07 | 0.8 | 0.29 | 55 | 0.67 | 0.42 |
| Hex | B4 | A8 | 24 | 0 | 7 | 50 | 1D | 37 | 43 | 2A |
| Octal | 264 | 250 | 44 | 0 | 7 | 120 | 35 | 67 | 103 | 52 |
| Binary | 10110100 | 10101000 | 100100 | 0 | 111 | 1010000 | 11101 | 110111 | 1000011 | 101010 |
Color Harmonies of #B4A824
Complementary color
Monochromatic Colors of #B4A824
Black with #B4A824
Text Example
Text Example
White with #B4A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A824; }
p { color: rgb(180,168,36); }
H1.HeaderClassName
{
color: #B4A824;
}
.AnyTagClassName
{
color: #B4A824;
}
</style>
background-color css
<style>
a { background-color: #B4A824; }
a { background-color: rgb(180,168,36); }
div.DivClassName
{
background-color: #B4A824;
}
.BgClassName
{
background-color: #B4A824;
}
</style>
border-color css
<style>
span { border-color: #B4A824; }
span { border-color: rgb(180,168,36); }
td.TdClassName
{
border-color: #B4A824;
}
.TagClassName
{
border-color: #B4A824;
}
</style>