Shades of Limerick #86A616
Tints of Limerick #86A616
RGB
CMYK
RGB Variations
Color information
#86A616 (or 0x86A616) is known color: Limerick. HEX triplet: 86, A6 and 16. RGB value is (134,166,22). Sum of RGB (Red+Green+Blue) = 134+166+22=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #86A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A616 is #7959E9. Grayscale: #8C8C8C. Windows color (decimal): -7952874 or 1484422. OLE color: 1484422.
HSL color Cylindrical-coordinate representation of color #86A616: hue angle of 73.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86A616 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 166 | 22 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.35 |
| HSL | 73.33º | 0.77% | 0.37% | - |
| HSV(B) | 73.33º | 0.87% | 0.65% | - |
| XYZ | 23.61 | 32.4 | 5.77 | - |
| YUV | 140.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 166 | 22 | 0.19 | 0 | 0.87 | 0.35 | 73.33 | 0.77 | 0.37 |
| Hex | 86 | A6 | 16 | 13 | 0 | 57 | 23 | 49 | 4D | 25 |
| Octal | 206 | 246 | 26 | 23 | 0 | 127 | 43 | 111 | 115 | 45 |
| Binary | 10000110 | 10100110 | 10110 | 10011 | 0 | 1010111 | 100011 | 1001001 | 1001101 | 100101 |
Color Harmonies of #86A616
Complementary color
Monochromatic Colors of #86A616
Black with #86A616
Text Example
Text Example
White with #86A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A616; }
p { color: rgb(134,166,22); }
H1.HeaderClassName
{
color: #86A616;
}
.AnyTagClassName
{
color: #86A616;
}
</style>
background-color css
<style>
a { background-color: #86A616; }
a { background-color: rgb(134,166,22); }
div.DivClassName
{
background-color: #86A616;
}
.BgClassName
{
background-color: #86A616;
}
</style>
border-color css
<style>
span { border-color: #86A616; }
span { border-color: rgb(134,166,22); }
td.TdClassName
{
border-color: #86A616;
}
.TagClassName
{
border-color: #86A616;
}
</style>