Shades of Earls Green #B9AA16
Tints of Earls Green #B9AA16
RGB
CMYK
RGB Variations
Color information
#B9AA16 (or 0xB9AA16) is known color: Earls Green. HEX triplet: B9, AA and 16. RGB value is (185,170,22). Sum of RGB (Red+Green+Blue) = 185+170+22=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA16 is #4655E9. Grayscale: #9E9E9E. Windows color (decimal): -4609514 or 1485497. OLE color: 1485497.
HSL color Cylindrical-coordinate representation of color #B9AA16: hue angle of 54.48º 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 #B9AA16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 22 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.27 |
| HSL | 54.48º | 0.79% | 0.41% | - |
| HSV(B) | 54.48º | 0.88% | 0.73% | - |
| XYZ | 34.53 | 39.12 | 6.49 | - |
| YUV | 157.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 22 | 0 | 0.08 | 0.88 | 0.27 | 54.48 | 0.79 | 0.41 |
| Hex | B9 | AA | 16 | 0 | 8 | 58 | 1B | 36 | 4F | 29 |
| Octal | 271 | 252 | 26 | 0 | 10 | 130 | 33 | 66 | 117 | 51 |
| Binary | 10111001 | 10101010 | 10110 | 0 | 1000 | 1011000 | 11011 | 110110 | 1001111 | 101001 |
Color Harmonies of #B9AA16
Complementary color
Monochromatic Colors of #B9AA16
Black with #B9AA16
Text Example
Text Example
White with #B9AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA16; }
p { color: rgb(185,170,22); }
H1.HeaderClassName
{
color: #B9AA16;
}
.AnyTagClassName
{
color: #B9AA16;
}
</style>
background-color css
<style>
a { background-color: #B9AA16; }
a { background-color: rgb(185,170,22); }
div.DivClassName
{
background-color: #B9AA16;
}
.BgClassName
{
background-color: #B9AA16;
}
</style>
border-color css
<style>
span { border-color: #B9AA16; }
span { border-color: rgb(185,170,22); }
td.TdClassName
{
border-color: #B9AA16;
}
.TagClassName
{
border-color: #B9AA16;
}
</style>