Shades of Earls Green #B8AD16
Tints of Earls Green #B8AD16
RGB
CMYK
RGB Variations
Color information
#B8AD16 (or 0xB8AD16) is known color: Earls Green. HEX triplet: B8, AD and 16. RGB value is (184,173,22). Sum of RGB (Red+Green+Blue) = 184+173+22=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD16 is #4752E9. Grayscale: #9F9F9F. Windows color (decimal): -4674282 or 1486264. OLE color: 1486264.
HSL color Cylindrical-coordinate representation of color #B8AD16: hue angle of 55.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8AD16 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 22 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.28 |
| HSL | 55.93º | 0.79% | 0.4% | - |
| HSV(B) | 55.93º | 0.88% | 0.72% | - |
| XYZ | 34.86 | 40.14 | 6.67 | - |
| YUV | 159.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 22 | 0 | 0.06 | 0.88 | 0.28 | 55.93 | 0.79 | 0.4 |
| Hex | B8 | AD | 16 | 0 | 6 | 58 | 1C | 38 | 4F | 28 |
| Octal | 270 | 255 | 26 | 0 | 6 | 130 | 34 | 70 | 117 | 50 |
| Binary | 10111000 | 10101101 | 10110 | 0 | 110 | 1011000 | 11100 | 111000 | 1001111 | 101000 |
Color Harmonies of #B8AD16
Complementary color
Monochromatic Colors of #B8AD16
Black with #B8AD16
Text Example
Text Example
White with #B8AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD16; }
p { color: rgb(184,173,22); }
H1.HeaderClassName
{
color: #B8AD16;
}
.AnyTagClassName
{
color: #B8AD16;
}
</style>
background-color css
<style>
a { background-color: #B8AD16; }
a { background-color: rgb(184,173,22); }
div.DivClassName
{
background-color: #B8AD16;
}
.BgClassName
{
background-color: #B8AD16;
}
</style>
border-color css
<style>
span { border-color: #B8AD16; }
span { border-color: rgb(184,173,22); }
td.TdClassName
{
border-color: #B8AD16;
}
.TagClassName
{
border-color: #B8AD16;
}
</style>