Shades of Limerick #86C127
Tints of Limerick #86C127
RGB
CMYK
RGB Variations
Color information
#86C127 (or 0x86C127) is known color: Limerick. HEX triplet: 86, C1 and 27. RGB value is (134,193,39). Sum of RGB (Red+Green+Blue) = 134+193+39=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #86C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C127 is #793ED8. Grayscale: #9E9E9E. Windows color (decimal): -7945945 or 2605446. OLE color: 2605446.
HSL color Cylindrical-coordinate representation of color #86C127: hue angle of 82.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86C127 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 39 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.24 |
| HSL | 82.99º | 0.66% | 0.45% | - |
| HSV(B) | 82.99º | 0.8% | 0.76% | - |
| XYZ | 29.27 | 43.35 | 8.75 | - |
| YUV | 157.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 39 | 0.31 | 0 | 0.80 | 0.24 | 82.99 | 0.66 | 0.45 |
| Hex | 86 | C1 | 27 | 1F | 0 | 50 | 18 | 53 | 42 | 2D |
| Octal | 206 | 301 | 47 | 37 | 0 | 120 | 30 | 123 | 102 | 55 |
| Binary | 10000110 | 11000001 | 100111 | 11111 | 0 | 1010000 | 11000 | 1010011 | 1000010 | 101101 |
Color Harmonies of #86C127
Complementary color
Monochromatic Colors of #86C127
Black with #86C127
Text Example
Text Example
White with #86C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C127; }
p { color: rgb(134,193,39); }
H1.HeaderClassName
{
color: #86C127;
}
.AnyTagClassName
{
color: #86C127;
}
</style>
background-color css
<style>
a { background-color: #86C127; }
a { background-color: rgb(134,193,39); }
div.DivClassName
{
background-color: #86C127;
}
.BgClassName
{
background-color: #86C127;
}
</style>
border-color css
<style>
span { border-color: #86C127; }
span { border-color: rgb(134,193,39); }
td.TdClassName
{
border-color: #86C127;
}
.TagClassName
{
border-color: #86C127;
}
</style>