Shades of Earls Green #B0A814
Tints of Earls Green #B0A814
RGB
CMYK
RGB Variations
Color information
#B0A814 (or 0xB0A814) is known color: Earls Green. HEX triplet: B0, A8 and 14. RGB value is (176,168,20). Sum of RGB (Red+Green+Blue) = 176+168+20=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A814 is #4F57EB. Grayscale: #9A9A9A. Windows color (decimal): -5199852 or 1353904. OLE color: 1353904.
HSL color Cylindrical-coordinate representation of color #B0A814: hue angle of 56.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0A814 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 20 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.31 |
| HSL | 56.92º | 0.8% | 0.38% | - |
| HSV(B) | 56.92º | 0.89% | 0.69% | - |
| XYZ | 32.03 | 37.29 | 6.17 | - |
| YUV | 153.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 20 | 0 | 0.05 | 0.89 | 0.31 | 56.92 | 0.8 | 0.38 |
| Hex | B0 | A8 | 14 | 0 | 5 | 59 | 1F | 39 | 50 | 26 |
| Octal | 260 | 250 | 24 | 0 | 5 | 131 | 37 | 71 | 120 | 46 |
| Binary | 10110000 | 10101000 | 10100 | 0 | 101 | 1011001 | 11111 | 111001 | 1010000 | 100110 |
Color Harmonies of #B0A814
Complementary color
Monochromatic Colors of #B0A814
Black with #B0A814
Text Example
Text Example
White with #B0A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A814; }
p { color: rgb(176,168,20); }
H1.HeaderClassName
{
color: #B0A814;
}
.AnyTagClassName
{
color: #B0A814;
}
</style>
background-color css
<style>
a { background-color: #B0A814; }
a { background-color: rgb(176,168,20); }
div.DivClassName
{
background-color: #B0A814;
}
.BgClassName
{
background-color: #B0A814;
}
</style>
border-color css
<style>
span { border-color: #B0A814; }
span { border-color: rgb(176,168,20); }
td.TdClassName
{
border-color: #B0A814;
}
.TagClassName
{
border-color: #B0A814;
}
</style>