Shades of Earls Green #B5A819
Tints of Earls Green #B5A819
RGB
CMYK
RGB Variations
Color information
#B5A819 (or 0xB5A819) is known color: Earls Green. HEX triplet: B5, A8 and 19. RGB value is (181,168,25). Sum of RGB (Red+Green+Blue) = 181+168+25=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A819 is #4A57E6. Grayscale: #9C9C9C. Windows color (decimal): -4872167 or 1681589. OLE color: 1681589.
HSL color Cylindrical-coordinate representation of color #B5A819: hue angle of 55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5A819 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 25 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.29 |
| HSL | 55º | 0.76% | 0.4% | - |
| HSV(B) | 55º | 0.86% | 0.71% | - |
| XYZ | 33.23 | 37.9 | 6.48 | - |
| YUV | 155.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 25 | 0 | 0.07 | 0.86 | 0.29 | 55 | 0.76 | 0.4 |
| Hex | B5 | A8 | 19 | 0 | 7 | 56 | 1D | 37 | 4C | 28 |
| Octal | 265 | 250 | 31 | 0 | 7 | 126 | 35 | 67 | 114 | 50 |
| Binary | 10110101 | 10101000 | 11001 | 0 | 111 | 1010110 | 11101 | 110111 | 1001100 | 101000 |
Color Harmonies of #B5A819
Complementary color
Monochromatic Colors of #B5A819
Black with #B5A819
Text Example
Text Example
White with #B5A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A819; }
p { color: rgb(181,168,25); }
H1.HeaderClassName
{
color: #B5A819;
}
.AnyTagClassName
{
color: #B5A819;
}
</style>
background-color css
<style>
a { background-color: #B5A819; }
a { background-color: rgb(181,168,25); }
div.DivClassName
{
background-color: #B5A819;
}
.BgClassName
{
background-color: #B5A819;
}
</style>
border-color css
<style>
span { border-color: #B5A819; }
span { border-color: rgb(181,168,25); }
td.TdClassName
{
border-color: #B5A819;
}
.TagClassName
{
border-color: #B5A819;
}
</style>