Shades of Earls Green #B0AF16
Tints of Earls Green #B0AF16
RGB
CMYK
RGB Variations
Color information
#B0AF16 (or 0xB0AF16) is known color: Earls Green. HEX triplet: B0, AF and 16. RGB value is (176,175,22). Sum of RGB (Red+Green+Blue) = 176+175+22=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AF16 is #4F50E9. Grayscale: #9E9E9E. Windows color (decimal): -5198058 or 1486768. OLE color: 1486768.
HSL color Cylindrical-coordinate representation of color #B0AF16: hue angle of 59.61º 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 #B0AF16 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 22 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.31 |
| HSL | 59.61º | 0.78% | 0.39% | - |
| HSV(B) | 59.61º | 0.88% | 0.69% | - |
| XYZ | 33.38 | 39.95 | 6.71 | - |
| YUV | 157.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 22 | 0 | 0.01 | 0.88 | 0.31 | 59.61 | 0.78 | 0.39 |
| Hex | B0 | AF | 16 | 0 | 1 | 58 | 1F | 3C | 4E | 27 |
| Octal | 260 | 257 | 26 | 0 | 1 | 130 | 37 | 74 | 116 | 47 |
| Binary | 10110000 | 10101111 | 10110 | 0 | 1 | 1011000 | 11111 | 111100 | 1001110 | 100111 |
Color Harmonies of #B0AF16
Complementary color
Monochromatic Colors of #B0AF16
Black with #B0AF16
Text Example
Text Example
White with #B0AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF16; }
p { color: rgb(176,175,22); }
H1.HeaderClassName
{
color: #B0AF16;
}
.AnyTagClassName
{
color: #B0AF16;
}
</style>
background-color css
<style>
a { background-color: #B0AF16; }
a { background-color: rgb(176,175,22); }
div.DivClassName
{
background-color: #B0AF16;
}
.BgClassName
{
background-color: #B0AF16;
}
</style>
border-color css
<style>
span { border-color: #B0AF16; }
span { border-color: rgb(176,175,22); }
td.TdClassName
{
border-color: #B0AF16;
}
.TagClassName
{
border-color: #B0AF16;
}
</style>