Shades of Earls Green #B5A81E
Tints of Earls Green #B5A81E
RGB
CMYK
RGB Variations
Color information
#B5A81E (or 0xB5A81E) is known color: Earls Green. HEX triplet: B5, A8 and 1E. RGB value is (181,168,30). Sum of RGB (Red+Green+Blue) = 181+168+30=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A81E is #4A57E1. Grayscale: #9C9C9C. Windows color (decimal): -4872162 or 2009269. OLE color: 2009269.
HSL color Cylindrical-coordinate representation of color #B5A81E: hue angle of 54.83º 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 #B5A81E is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 30 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.29 |
| HSL | 54.83º | 0.72% | 0.41% | - |
| HSV(B) | 54.83º | 0.83% | 0.71% | - |
| XYZ | 33.29 | 37.92 | 6.79 | - |
| YUV | 156.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 30 | 0 | 0.07 | 0.83 | 0.29 | 54.83 | 0.72 | 0.41 |
| Hex | B5 | A8 | 1E | 0 | 7 | 53 | 1D | 37 | 48 | 29 |
| Octal | 265 | 250 | 36 | 0 | 7 | 123 | 35 | 67 | 110 | 51 |
| Binary | 10110101 | 10101000 | 11110 | 0 | 111 | 1010011 | 11101 | 110111 | 1001000 | 101001 |
Color Harmonies of #B5A81E
Complementary color
Monochromatic Colors of #B5A81E
Black with #B5A81E
Text Example
Text Example
White with #B5A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A81E; }
p { color: rgb(181,168,30); }
H1.HeaderClassName
{
color: #B5A81E;
}
.AnyTagClassName
{
color: #B5A81E;
}
</style>
background-color css
<style>
a { background-color: #B5A81E; }
a { background-color: rgb(181,168,30); }
div.DivClassName
{
background-color: #B5A81E;
}
.BgClassName
{
background-color: #B5A81E;
}
</style>
border-color css
<style>
span { border-color: #B5A81E; }
span { border-color: rgb(181,168,30); }
td.TdClassName
{
border-color: #B5A81E;
}
.TagClassName
{
border-color: #B5A81E;
}
</style>