Shades of Limerick #86AB18
Tints of Limerick #86AB18
RGB
CMYK
RGB Variations
Color information
#86AB18 (or 0x86AB18) is known color: Limerick. HEX triplet: 86, AB and 18. RGB value is (134,171,24). Sum of RGB (Red+Green+Blue) = 134+171+24=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AB18 is #7954E7. Grayscale: #8F8F8F. Windows color (decimal): -7951592 or 1616774. OLE color: 1616774.
HSL color Cylindrical-coordinate representation of color #86AB18: hue angle of 75.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86AB18 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 24 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.33 |
| HSL | 75.1º | 0.75% | 0.38% | - |
| HSV(B) | 75.1º | 0.86% | 0.67% | - |
| XYZ | 24.56 | 34.26 | 6.18 | - |
| YUV | 143.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 24 | 0.22 | 0 | 0.86 | 0.33 | 75.1 | 0.75 | 0.38 |
| Hex | 86 | AB | 18 | 16 | 0 | 56 | 21 | 4B | 4B | 26 |
| Octal | 206 | 253 | 30 | 26 | 0 | 126 | 41 | 113 | 113 | 46 |
| Binary | 10000110 | 10101011 | 11000 | 10110 | 0 | 1010110 | 100001 | 1001011 | 1001011 | 100110 |
Color Harmonies of #86AB18
Complementary color
Monochromatic Colors of #86AB18
Black with #86AB18
Text Example
Text Example
White with #86AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB18; }
p { color: rgb(134,171,24); }
H1.HeaderClassName
{
color: #86AB18;
}
.AnyTagClassName
{
color: #86AB18;
}
</style>
background-color css
<style>
a { background-color: #86AB18; }
a { background-color: rgb(134,171,24); }
div.DivClassName
{
background-color: #86AB18;
}
.BgClassName
{
background-color: #86AB18;
}
</style>
border-color css
<style>
span { border-color: #86AB18; }
span { border-color: rgb(134,171,24); }
td.TdClassName
{
border-color: #86AB18;
}
.TagClassName
{
border-color: #86AB18;
}
</style>