Shades of Earls Green #B5A824
Tints of Earls Green #B5A824
RGB
CMYK
RGB Variations
Color information
#B5A824 (or 0xB5A824) is known color: Earls Green. HEX triplet: B5, A8 and 24. RGB value is (181,168,36). Sum of RGB (Red+Green+Blue) = 181+168+36=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A824 is #4A57DB. Grayscale: #9D9D9D. Windows color (decimal): -4872156 or 2402485. OLE color: 2402485.
HSL color Cylindrical-coordinate representation of color #B5A824: hue angle of 54.62º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5A824 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 36 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.29 |
| HSL | 54.62º | 0.67% | 0.43% | - |
| HSV(B) | 54.62º | 0.8% | 0.71% | - |
| XYZ | 33.38 | 37.96 | 7.24 | - |
| YUV | 156.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 36 | 0 | 0.07 | 0.80 | 0.29 | 54.62 | 0.67 | 0.43 |
| Hex | B5 | A8 | 24 | 0 | 7 | 50 | 1D | 37 | 43 | 2B |
| Octal | 265 | 250 | 44 | 0 | 7 | 120 | 35 | 67 | 103 | 53 |
| Binary | 10110101 | 10101000 | 100100 | 0 | 111 | 1010000 | 11101 | 110111 | 1000011 | 101011 |
Color Harmonies of #B5A824
Complementary color
Monochromatic Colors of #B5A824
Black with #B5A824
Text Example
Text Example
White with #B5A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A824; }
p { color: rgb(181,168,36); }
H1.HeaderClassName
{
color: #B5A824;
}
.AnyTagClassName
{
color: #B5A824;
}
</style>
background-color css
<style>
a { background-color: #B5A824; }
a { background-color: rgb(181,168,36); }
div.DivClassName
{
background-color: #B5A824;
}
.BgClassName
{
background-color: #B5A824;
}
</style>
border-color css
<style>
span { border-color: #B5A824; }
span { border-color: rgb(181,168,36); }
td.TdClassName
{
border-color: #B5A824;
}
.TagClassName
{
border-color: #B5A824;
}
</style>