Shades of Earls Green #B9AD16
Tints of Earls Green #B9AD16
RGB
CMYK
RGB Variations
Color information
#B9AD16 (or 0xB9AD16) is known color: Earls Green. HEX triplet: B9, AD and 16. RGB value is (185,173,22). Sum of RGB (Red+Green+Blue) = 185+173+22=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD16 is #4652E9. Grayscale: #9F9F9F. Windows color (decimal): -4608746 or 1486265. OLE color: 1486265.
HSL color Cylindrical-coordinate representation of color #B9AD16: hue angle of 55.58º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9AD16 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 22 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.27 |
| HSL | 55.58º | 0.79% | 0.41% | - |
| HSV(B) | 55.58º | 0.88% | 0.73% | - |
| XYZ | 35.1 | 40.26 | 6.68 | - |
| YUV | 159.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 22 | 0 | 0.06 | 0.88 | 0.27 | 55.58 | 0.79 | 0.41 |
| Hex | B9 | AD | 16 | 0 | 6 | 58 | 1B | 38 | 4F | 29 |
| Octal | 271 | 255 | 26 | 0 | 6 | 130 | 33 | 70 | 117 | 51 |
| Binary | 10111001 | 10101101 | 10110 | 0 | 110 | 1011000 | 11011 | 111000 | 1001111 | 101001 |
Color Harmonies of #B9AD16
Complementary color
Monochromatic Colors of #B9AD16
Black with #B9AD16
Text Example
Text Example
White with #B9AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD16; }
p { color: rgb(185,173,22); }
H1.HeaderClassName
{
color: #B9AD16;
}
.AnyTagClassName
{
color: #B9AD16;
}
</style>
background-color css
<style>
a { background-color: #B9AD16; }
a { background-color: rgb(185,173,22); }
div.DivClassName
{
background-color: #B9AD16;
}
.BgClassName
{
background-color: #B9AD16;
}
</style>
border-color css
<style>
span { border-color: #B9AD16; }
span { border-color: rgb(185,173,22); }
td.TdClassName
{
border-color: #B9AD16;
}
.TagClassName
{
border-color: #B9AD16;
}
</style>