Shades of Limerick #86AD13
Tints of Limerick #86AD13
RGB
CMYK
RGB Variations
Color information
#86AD13 (or 0x86AD13) is known color: Limerick. HEX triplet: 86, AD and 13. RGB value is (134,173,19). Sum of RGB (Red+Green+Blue) = 134+173+19=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD13 is #7952EC. Grayscale: #909090. Windows color (decimal): -7951085 or 1289606. OLE color: 1289606.
HSL color Cylindrical-coordinate representation of color #86AD13: hue angle of 75.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86AD13 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 19 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.32 |
| HSL | 75.19º | 0.8% | 0.38% | - |
| HSV(B) | 75.19º | 0.89% | 0.68% | - |
| XYZ | 24.89 | 35 | 6.06 | - |
| YUV | 143.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 19 | 0.23 | 0 | 0.89 | 0.32 | 75.19 | 0.8 | 0.38 |
| Hex | 86 | AD | 13 | 17 | 0 | 59 | 20 | 4B | 50 | 26 |
| Octal | 206 | 255 | 23 | 27 | 0 | 131 | 40 | 113 | 120 | 46 |
| Binary | 10000110 | 10101101 | 10011 | 10111 | 0 | 1011001 | 100000 | 1001011 | 1010000 | 100110 |
Color Harmonies of #86AD13
Complementary color
Monochromatic Colors of #86AD13
Black with #86AD13
Text Example
Text Example
White with #86AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD13; }
p { color: rgb(134,173,19); }
H1.HeaderClassName
{
color: #86AD13;
}
.AnyTagClassName
{
color: #86AD13;
}
</style>
background-color css
<style>
a { background-color: #86AD13; }
a { background-color: rgb(134,173,19); }
div.DivClassName
{
background-color: #86AD13;
}
.BgClassName
{
background-color: #86AD13;
}
</style>
border-color css
<style>
span { border-color: #86AD13; }
span { border-color: rgb(134,173,19); }
td.TdClassName
{
border-color: #86AD13;
}
.TagClassName
{
border-color: #86AD13;
}
</style>