Shades of Earls Green #B5A91E
Tints of Earls Green #B5A91E
RGB
CMYK
RGB Variations
Color information
#B5A91E (or 0xB5A91E) is known color: Earls Green. HEX triplet: B5, A9 and 1E. RGB value is (181,169,30). Sum of RGB (Red+Green+Blue) = 181+169+30=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A91E is #4A56E1. Grayscale: #9D9D9D. Windows color (decimal): -4871906 or 2009525. OLE color: 2009525.
HSL color Cylindrical-coordinate representation of color #B5A91E: hue angle of 55.23º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5A91E is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 30 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.29 |
| HSL | 55.23º | 0.72% | 0.41% | - |
| HSV(B) | 55.23º | 0.83% | 0.71% | - |
| XYZ | 33.48 | 38.29 | 6.86 | - |
| YUV | 156.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 30 | 0 | 0.07 | 0.83 | 0.29 | 55.23 | 0.72 | 0.41 |
| Hex | B5 | A9 | 1E | 0 | 7 | 53 | 1D | 37 | 48 | 29 |
| Octal | 265 | 251 | 36 | 0 | 7 | 123 | 35 | 67 | 110 | 51 |
| Binary | 10110101 | 10101001 | 11110 | 0 | 111 | 1010011 | 11101 | 110111 | 1001000 | 101001 |
Color Harmonies of #B5A91E
Complementary color
Monochromatic Colors of #B5A91E
Black with #B5A91E
Text Example
Text Example
White with #B5A91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A91E; }
p { color: rgb(181,169,30); }
H1.HeaderClassName
{
color: #B5A91E;
}
.AnyTagClassName
{
color: #B5A91E;
}
</style>
background-color css
<style>
a { background-color: #B5A91E; }
a { background-color: rgb(181,169,30); }
div.DivClassName
{
background-color: #B5A91E;
}
.BgClassName
{
background-color: #B5A91E;
}
</style>
border-color css
<style>
span { border-color: #B5A91E; }
span { border-color: rgb(181,169,30); }
td.TdClassName
{
border-color: #B5A91E;
}
.TagClassName
{
border-color: #B5A91E;
}
</style>