Shades of Earls Green #B5A80A
Tints of Earls Green #B5A80A
RGB
CMYK
RGB Variations
Color information
#B5A80A (or 0xB5A80A) is known color: Earls Green. HEX triplet: B5, A8 and 0A. RGB value is (181,168,10). Sum of RGB (Red+Green+Blue) = 181+168+10=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A80A is #4A57F5. Grayscale: #9A9A9A. Windows color (decimal): -4872182 or 698549. OLE color: 698549.
HSL color Cylindrical-coordinate representation of color #B5A80A: hue angle of 55.44º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5A80A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.29 |
| HSL | 55.44º | 0.9% | 0.37% | - |
| HSV(B) | 55.44º | 0.94% | 0.71% | - |
| XYZ | 33.11 | 37.85 | 5.85 | - |
| YUV | 153.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 10 | 0 | 0.07 | 0.94 | 0.29 | 55.44 | 0.9 | 0.37 |
| Hex | B5 | A8 | A | 0 | 7 | 5E | 1D | 37 | 5A | 25 |
| Octal | 265 | 250 | 12 | 0 | 7 | 136 | 35 | 67 | 132 | 45 |
| Binary | 10110101 | 10101000 | 1010 | 0 | 111 | 1011110 | 11101 | 110111 | 1011010 | 100101 |
Color Harmonies of #B5A80A
Complementary color
Monochromatic Colors of #B5A80A
Black with #B5A80A
Text Example
Text Example
White with #B5A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A80A; }
p { color: rgb(181,168,10); }
H1.HeaderClassName
{
color: #B5A80A;
}
.AnyTagClassName
{
color: #B5A80A;
}
</style>
background-color css
<style>
a { background-color: #B5A80A; }
a { background-color: rgb(181,168,10); }
div.DivClassName
{
background-color: #B5A80A;
}
.BgClassName
{
background-color: #B5A80A;
}
</style>
border-color css
<style>
span { border-color: #B5A80A; }
span { border-color: rgb(181,168,10); }
td.TdClassName
{
border-color: #B5A80A;
}
.TagClassName
{
border-color: #B5A80A;
}
</style>