Shades of Earls Green #B5A315
Tints of Earls Green #B5A315
RGB
CMYK
RGB Variations
Color information
#B5A315 (or 0xB5A315) is known color: Earls Green. HEX triplet: B5, A3 and 15. RGB value is (181,163,21). Sum of RGB (Red+Green+Blue) = 181+163+21=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A315 is #4A5CEA. Grayscale: #989898. Windows color (decimal): -4873451 or 1418165. OLE color: 1418165.
HSL color Cylindrical-coordinate representation of color #B5A315: hue angle of 53.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5A315 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 21 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.29 |
| HSL | 53.25º | 0.79% | 0.4% | - |
| HSV(B) | 53.25º | 0.88% | 0.71% | - |
| XYZ | 32.29 | 36.07 | 5.97 | - |
| YUV | 152.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 21 | 0 | 0.10 | 0.88 | 0.29 | 53.25 | 0.79 | 0.4 |
| Hex | B5 | A3 | 15 | 0 | A | 58 | 1D | 35 | 4F | 28 |
| Octal | 265 | 243 | 25 | 0 | 12 | 130 | 35 | 65 | 117 | 50 |
| Binary | 10110101 | 10100011 | 10101 | 0 | 1010 | 1011000 | 11101 | 110101 | 1001111 | 101000 |
Color Harmonies of #B5A315
Complementary color
Monochromatic Colors of #B5A315
Black with #B5A315
Text Example
Text Example
White with #B5A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A315; }
p { color: rgb(181,163,21); }
H1.HeaderClassName
{
color: #B5A315;
}
.AnyTagClassName
{
color: #B5A315;
}
</style>
background-color css
<style>
a { background-color: #B5A315; }
a { background-color: rgb(181,163,21); }
div.DivClassName
{
background-color: #B5A315;
}
.BgClassName
{
background-color: #B5A315;
}
</style>
border-color css
<style>
span { border-color: #B5A315; }
span { border-color: rgb(181,163,21); }
td.TdClassName
{
border-color: #B5A315;
}
.TagClassName
{
border-color: #B5A315;
}
</style>