Shades of Earls Green #B5A617
Tints of Earls Green #B5A617
RGB
CMYK
RGB Variations
Color information
#B5A617 (or 0xB5A617) is known color: Earls Green. HEX triplet: B5, A6 and 17. RGB value is (181,166,23). Sum of RGB (Red+Green+Blue) = 181+166+23=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A617 is #4A59E8. Grayscale: #9A9A9A. Windows color (decimal): -4872681 or 1550005. OLE color: 1550005.
HSL color Cylindrical-coordinate representation of color #B5A617: hue angle of 54.3º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5A617 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 23 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.29 |
| HSL | 54.3º | 0.77% | 0.4% | - |
| HSV(B) | 54.3º | 0.87% | 0.71% | - |
| XYZ | 32.85 | 37.16 | 6.25 | - |
| YUV | 154.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 23 | 0 | 0.08 | 0.87 | 0.29 | 54.3 | 0.77 | 0.4 |
| Hex | B5 | A6 | 17 | 0 | 8 | 57 | 1D | 36 | 4D | 28 |
| Octal | 265 | 246 | 27 | 0 | 10 | 127 | 35 | 66 | 115 | 50 |
| Binary | 10110101 | 10100110 | 10111 | 0 | 1000 | 1010111 | 11101 | 110110 | 1001101 | 101000 |
Color Harmonies of #B5A617
Complementary color
Monochromatic Colors of #B5A617
Black with #B5A617
Text Example
Text Example
White with #B5A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A617; }
p { color: rgb(181,166,23); }
H1.HeaderClassName
{
color: #B5A617;
}
.AnyTagClassName
{
color: #B5A617;
}
</style>
background-color css
<style>
a { background-color: #B5A617; }
a { background-color: rgb(181,166,23); }
div.DivClassName
{
background-color: #B5A617;
}
.BgClassName
{
background-color: #B5A617;
}
</style>
border-color css
<style>
span { border-color: #B5A617; }
span { border-color: rgb(181,166,23); }
td.TdClassName
{
border-color: #B5A617;
}
.TagClassName
{
border-color: #B5A617;
}
</style>