Shades of Earls Green #B5A319
Tints of Earls Green #B5A319
RGB
CMYK
RGB Variations
Color information
#B5A319 (or 0xB5A319) is known color: Earls Green. HEX triplet: B5, A3 and 19. RGB value is (181,163,25). Sum of RGB (Red+Green+Blue) = 181+163+25=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A319 is #4A5CE6. Grayscale: #999999. Windows color (decimal): -4873447 or 1680309. OLE color: 1680309.
HSL color Cylindrical-coordinate representation of color #B5A319: hue angle of 53.08º 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 #B5A319 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 25 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.29 |
| HSL | 53.08º | 0.76% | 0.4% | - |
| HSV(B) | 53.08º | 0.86% | 0.71% | - |
| XYZ | 32.33 | 36.09 | 6.18 | - |
| YUV | 152.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 25 | 0 | 0.10 | 0.86 | 0.29 | 53.08 | 0.76 | 0.4 |
| Hex | B5 | A3 | 19 | 0 | A | 56 | 1D | 35 | 4C | 28 |
| Octal | 265 | 243 | 31 | 0 | 12 | 126 | 35 | 65 | 114 | 50 |
| Binary | 10110101 | 10100011 | 11001 | 0 | 1010 | 1010110 | 11101 | 110101 | 1001100 | 101000 |
Color Harmonies of #B5A319
Complementary color
Monochromatic Colors of #B5A319
Black with #B5A319
Text Example
Text Example
White with #B5A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A319; }
p { color: rgb(181,163,25); }
H1.HeaderClassName
{
color: #B5A319;
}
.AnyTagClassName
{
color: #B5A319;
}
</style>
background-color css
<style>
a { background-color: #B5A319; }
a { background-color: rgb(181,163,25); }
div.DivClassName
{
background-color: #B5A319;
}
.BgClassName
{
background-color: #B5A319;
}
</style>
border-color css
<style>
span { border-color: #B5A319; }
span { border-color: rgb(181,163,25); }
td.TdClassName
{
border-color: #B5A319;
}
.TagClassName
{
border-color: #B5A319;
}
</style>