Shades of Earls Green #B0A81E
Tints of Earls Green #B0A81E
RGB
CMYK
RGB Variations
Color information
#B0A81E (or 0xB0A81E) is known color: Earls Green. HEX triplet: B0, A8 and 1E. RGB value is (176,168,30). Sum of RGB (Red+Green+Blue) = 176+168+30=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A81E is #4F57E1. Grayscale: #9B9B9B. Windows color (decimal): -5199842 or 2009264. OLE color: 2009264.
HSL color Cylindrical-coordinate representation of color #B0A81E: hue angle of 56.71º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0A81E is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 30 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.31 |
| HSL | 56.71º | 0.71% | 0.4% | - |
| HSV(B) | 56.71º | 0.83% | 0.69% | - |
| XYZ | 32.14 | 37.33 | 6.74 | - |
| YUV | 154.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 30 | 0 | 0.05 | 0.83 | 0.31 | 56.71 | 0.71 | 0.4 |
| Hex | B0 | A8 | 1E | 0 | 5 | 53 | 1F | 39 | 47 | 28 |
| Octal | 260 | 250 | 36 | 0 | 5 | 123 | 37 | 71 | 107 | 50 |
| Binary | 10110000 | 10101000 | 11110 | 0 | 101 | 1010011 | 11111 | 111001 | 1000111 | 101000 |
Color Harmonies of #B0A81E
Complementary color
Monochromatic Colors of #B0A81E
Black with #B0A81E
Text Example
Text Example
White with #B0A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A81E; }
p { color: rgb(176,168,30); }
H1.HeaderClassName
{
color: #B0A81E;
}
.AnyTagClassName
{
color: #B0A81E;
}
</style>
background-color css
<style>
a { background-color: #B0A81E; }
a { background-color: rgb(176,168,30); }
div.DivClassName
{
background-color: #B0A81E;
}
.BgClassName
{
background-color: #B0A81E;
}
</style>
border-color css
<style>
span { border-color: #B0A81E; }
span { border-color: rgb(176,168,30); }
td.TdClassName
{
border-color: #B0A81E;
}
.TagClassName
{
border-color: #B0A81E;
}
</style>