Shades of Limerick #86A418
Tints of Limerick #86A418
RGB
CMYK
RGB Variations
Color information
#86A418 (or 0x86A418) is known color: Limerick. HEX triplet: 86, A4 and 18. RGB value is (134,164,24). Sum of RGB (Red+Green+Blue) = 134+164+24=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #86A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A418 is #795BE7. Grayscale: #8B8B8B. Windows color (decimal): -7953384 or 1614982. OLE color: 1614982.
HSL color Cylindrical-coordinate representation of color #86A418: hue angle of 72.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86A418 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 164 | 24 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.36 |
| HSL | 72.86º | 0.74% | 0.37% | - |
| HSV(B) | 72.86º | 0.85% | 0.64% | - |
| XYZ | 23.27 | 31.69 | 5.75 | - |
| YUV | 139.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 24 | 0.18 | 0 | 0.85 | 0.36 | 72.86 | 0.74 | 0.37 |
| Hex | 86 | A4 | 18 | 12 | 0 | 55 | 24 | 49 | 4A | 25 |
| Octal | 206 | 244 | 30 | 22 | 0 | 125 | 44 | 111 | 112 | 45 |
| Binary | 10000110 | 10100100 | 11000 | 10010 | 0 | 1010101 | 100100 | 1001001 | 1001010 | 100101 |
Color Harmonies of #86A418
Complementary color
Monochromatic Colors of #86A418
Black with #86A418
Text Example
Text Example
White with #86A418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A418; }
p { color: rgb(134,164,24); }
H1.HeaderClassName
{
color: #86A418;
}
.AnyTagClassName
{
color: #86A418;
}
</style>
background-color css
<style>
a { background-color: #86A418; }
a { background-color: rgb(134,164,24); }
div.DivClassName
{
background-color: #86A418;
}
.BgClassName
{
background-color: #86A418;
}
</style>
border-color css
<style>
span { border-color: #86A418; }
span { border-color: rgb(134,164,24); }
td.TdClassName
{
border-color: #86A418;
}
.TagClassName
{
border-color: #86A418;
}
</style>