Shades of Limerick #86AD34
Tints of Limerick #86AD34
RGB
CMYK
RGB Variations
Color information
#86AD34 (or 0x86AD34) is known color: Limerick. HEX triplet: 86, AD and 34. RGB value is (134,173,52). Sum of RGB (Red+Green+Blue) = 134+173+52=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD34 is #7952CB. Grayscale: #939393. Windows color (decimal): -7951052 or 3452294. OLE color: 3452294.
HSL color Cylindrical-coordinate representation of color #86AD34: hue angle of 79.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86AD34 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 52 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.32 |
| HSL | 79.34º | 0.54% | 0.44% | - |
| HSV(B) | 79.34º | 0.7% | 0.68% | - |
| XYZ | 25.39 | 35.2 | 8.71 | - |
| YUV | 147.55 | 74.08 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 52 | 0.23 | 0 | 0.70 | 0.32 | 79.34 | 0.54 | 0.44 |
| Hex | 86 | AD | 34 | 17 | 0 | 46 | 20 | 4F | 36 | 2C |
| Octal | 206 | 255 | 64 | 27 | 0 | 106 | 40 | 117 | 66 | 54 |
| Binary | 10000110 | 10101101 | 110100 | 10111 | 0 | 1000110 | 100000 | 1001111 | 110110 | 101100 |
Color Harmonies of #86AD34
Complementary color
Monochromatic Colors of #86AD34
Black with #86AD34
Text Example
Text Example
White with #86AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD34; }
p { color: rgb(134,173,52); }
H1.HeaderClassName
{
color: #86AD34;
}
.AnyTagClassName
{
color: #86AD34;
}
</style>
background-color css
<style>
a { background-color: #86AD34; }
a { background-color: rgb(134,173,52); }
div.DivClassName
{
background-color: #86AD34;
}
.BgClassName
{
background-color: #86AD34;
}
</style>
border-color css
<style>
span { border-color: #86AD34; }
span { border-color: rgb(134,173,52); }
td.TdClassName
{
border-color: #86AD34;
}
.TagClassName
{
border-color: #86AD34;
}
</style>