Shades of Earls Green #B9A416
Tints of Earls Green #B9A416
RGB
CMYK
RGB Variations
Color information
#B9A416 (or 0xB9A416) is known color: Earls Green. HEX triplet: B9, A4 and 16. RGB value is (185,164,22). Sum of RGB (Red+Green+Blue) = 185+164+22=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A416 is #465BE9. Grayscale: #9A9A9A. Windows color (decimal): -4611050 or 1483961. OLE color: 1483961.
HSL color Cylindrical-coordinate representation of color #B9A416: hue angle of 52.27º 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 #B9A416 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 22 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.27 |
| HSL | 52.27º | 0.79% | 0.41% | - |
| HSV(B) | 52.27º | 0.88% | 0.73% | - |
| XYZ | 33.43 | 36.92 | 6.12 | - |
| YUV | 154.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 22 | 0 | 0.11 | 0.88 | 0.27 | 52.27 | 0.79 | 0.41 |
| Hex | B9 | A4 | 16 | 0 | B | 58 | 1B | 34 | 4F | 29 |
| Octal | 271 | 244 | 26 | 0 | 13 | 130 | 33 | 64 | 117 | 51 |
| Binary | 10111001 | 10100100 | 10110 | 0 | 1011 | 1011000 | 11011 | 110100 | 1001111 | 101001 |
Color Harmonies of #B9A416
Complementary color
Monochromatic Colors of #B9A416
Black with #B9A416
Text Example
Text Example
White with #B9A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A416; }
p { color: rgb(185,164,22); }
H1.HeaderClassName
{
color: #B9A416;
}
.AnyTagClassName
{
color: #B9A416;
}
</style>
background-color css
<style>
a { background-color: #B9A416; }
a { background-color: rgb(185,164,22); }
div.DivClassName
{
background-color: #B9A416;
}
.BgClassName
{
background-color: #B9A416;
}
</style>
border-color css
<style>
span { border-color: #B9A416; }
span { border-color: rgb(185,164,22); }
td.TdClassName
{
border-color: #B9A416;
}
.TagClassName
{
border-color: #B9A416;
}
</style>