Shades of Limerick #86A518
Tints of Limerick #86A518
RGB
CMYK
RGB Variations
Color information
#86A518 (or 0x86A518) is known color: Limerick. HEX triplet: 86, A5 and 18. RGB value is (134,165,24). Sum of RGB (Red+Green+Blue) = 134+165+24=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #86A518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A518 is #795AE7. Grayscale: #8C8C8C. Windows color (decimal): -7953128 or 1615238. OLE color: 1615238.
HSL color Cylindrical-coordinate representation of color #86A518: hue angle of 73.19º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86A518 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 24 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.35 |
| HSL | 73.19º | 0.75% | 0.37% | - |
| HSV(B) | 73.19º | 0.85% | 0.65% | - |
| XYZ | 23.45 | 32.04 | 5.81 | - |
| YUV | 139.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 24 | 0.19 | 0 | 0.85 | 0.35 | 73.19 | 0.75 | 0.37 |
| Hex | 86 | A5 | 18 | 13 | 0 | 55 | 23 | 49 | 4B | 25 |
| Octal | 206 | 245 | 30 | 23 | 0 | 125 | 43 | 111 | 113 | 45 |
| Binary | 10000110 | 10100101 | 11000 | 10011 | 0 | 1010101 | 100011 | 1001001 | 1001011 | 100101 |
Color Harmonies of #86A518
Complementary color
Monochromatic Colors of #86A518
Black with #86A518
Text Example
Text Example
White with #86A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A518; }
p { color: rgb(134,165,24); }
H1.HeaderClassName
{
color: #86A518;
}
.AnyTagClassName
{
color: #86A518;
}
</style>
background-color css
<style>
a { background-color: #86A518; }
a { background-color: rgb(134,165,24); }
div.DivClassName
{
background-color: #86A518;
}
.BgClassName
{
background-color: #86A518;
}
</style>
border-color css
<style>
span { border-color: #86A518; }
span { border-color: rgb(134,165,24); }
td.TdClassName
{
border-color: #86A518;
}
.TagClassName
{
border-color: #86A518;
}
</style>