Shades of Limerick #86AD32
Tints of Limerick #86AD32
RGB
CMYK
RGB Variations
Color information
#86AD32 (or 0x86AD32) is known color: Limerick. HEX triplet: 86, AD and 32. RGB value is (134,173,50). Sum of RGB (Red+Green+Blue) = 134+173+50=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD32 is #7952CD. Grayscale: #939393. Windows color (decimal): -7951054 or 3321222. OLE color: 3321222.
HSL color Cylindrical-coordinate representation of color #86AD32: hue angle of 79.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86AD32 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 50 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.32 |
| HSL | 79.02º | 0.55% | 0.44% | - |
| HSV(B) | 79.02º | 0.71% | 0.68% | - |
| XYZ | 25.35 | 35.19 | 8.47 | - |
| YUV | 147.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 50 | 0.23 | 0 | 0.71 | 0.32 | 79.02 | 0.55 | 0.44 |
| Hex | 86 | AD | 32 | 17 | 0 | 47 | 20 | 4F | 37 | 2C |
| Octal | 206 | 255 | 62 | 27 | 0 | 107 | 40 | 117 | 67 | 54 |
| Binary | 10000110 | 10101101 | 110010 | 10111 | 0 | 1000111 | 100000 | 1001111 | 110111 | 101100 |
Color Harmonies of #86AD32
Complementary color
Monochromatic Colors of #86AD32
Black with #86AD32
Text Example
Text Example
White with #86AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD32; }
p { color: rgb(134,173,50); }
H1.HeaderClassName
{
color: #86AD32;
}
.AnyTagClassName
{
color: #86AD32;
}
</style>
background-color css
<style>
a { background-color: #86AD32; }
a { background-color: rgb(134,173,50); }
div.DivClassName
{
background-color: #86AD32;
}
.BgClassName
{
background-color: #86AD32;
}
</style>
border-color css
<style>
span { border-color: #86AD32; }
span { border-color: rgb(134,173,50); }
td.TdClassName
{
border-color: #86AD32;
}
.TagClassName
{
border-color: #86AD32;
}
</style>