Shades of Earls Green #B0AD16
Tints of Earls Green #B0AD16
RGB
CMYK
RGB Variations
Color information
#B0AD16 (or 0xB0AD16) is known color: Earls Green. HEX triplet: B0, AD and 16. RGB value is (176,173,22). Sum of RGB (Red+Green+Blue) = 176+173+22=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD16 is #4F52E9. Grayscale: #9D9D9D. Windows color (decimal): -5198570 or 1486256. OLE color: 1486256.
HSL color Cylindrical-coordinate representation of color #B0AD16: hue angle of 58.83º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0AD16 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.31 |
| HSL | 58.83º | 0.78% | 0.39% | - |
| HSV(B) | 58.83º | 0.88% | 0.69% | - |
| XYZ | 32.99 | 39.18 | 6.58 | - |
| YUV | 156.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 22 | 0 | 0.02 | 0.88 | 0.31 | 58.83 | 0.78 | 0.39 |
| Hex | B0 | AD | 16 | 0 | 2 | 58 | 1F | 3B | 4E | 27 |
| Octal | 260 | 255 | 26 | 0 | 2 | 130 | 37 | 73 | 116 | 47 |
| Binary | 10110000 | 10101101 | 10110 | 0 | 10 | 1011000 | 11111 | 111011 | 1001110 | 100111 |
Color Harmonies of #B0AD16
Complementary color
Monochromatic Colors of #B0AD16
Black with #B0AD16
Text Example
Text Example
White with #B0AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD16; }
p { color: rgb(176,173,22); }
H1.HeaderClassName
{
color: #B0AD16;
}
.AnyTagClassName
{
color: #B0AD16;
}
</style>
background-color css
<style>
a { background-color: #B0AD16; }
a { background-color: rgb(176,173,22); }
div.DivClassName
{
background-color: #B0AD16;
}
.BgClassName
{
background-color: #B0AD16;
}
</style>
border-color css
<style>
span { border-color: #B0AD16; }
span { border-color: rgb(176,173,22); }
td.TdClassName
{
border-color: #B0AD16;
}
.TagClassName
{
border-color: #B0AD16;
}
</style>