Shades of Limerick #86C12C
Tints of Limerick #86C12C
RGB
CMYK
RGB Variations
Color information
#86C12C (or 0x86C12C) is known color: Limerick. HEX triplet: 86, C1 and 2C. RGB value is (134,193,44). Sum of RGB (Red+Green+Blue) = 134+193+44=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #86C12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C12C is #793ED3. Grayscale: #9E9E9E. Windows color (decimal): -7945940 or 2933126. OLE color: 2933126.
HSL color Cylindrical-coordinate representation of color #86C12C: hue angle of 83.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86C12C is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 44 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.24 |
| HSL | 83.76º | 0.63% | 0.46% | - |
| HSV(B) | 83.76º | 0.77% | 0.76% | - |
| XYZ | 29.36 | 43.39 | 9.21 | - |
| YUV | 158.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 44 | 0.31 | 0 | 0.77 | 0.24 | 83.76 | 0.63 | 0.46 |
| Hex | 86 | C1 | 2C | 1F | 0 | 4D | 18 | 54 | 3F | 2E |
| Octal | 206 | 301 | 54 | 37 | 0 | 115 | 30 | 124 | 77 | 56 |
| Binary | 10000110 | 11000001 | 101100 | 11111 | 0 | 1001101 | 11000 | 1010100 | 111111 | 101110 |
Color Harmonies of #86C12C
Complementary color
Monochromatic Colors of #86C12C
Black with #86C12C
Text Example
Text Example
White with #86C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C12C; }
p { color: rgb(134,193,44); }
H1.HeaderClassName
{
color: #86C12C;
}
.AnyTagClassName
{
color: #86C12C;
}
</style>
background-color css
<style>
a { background-color: #86C12C; }
a { background-color: rgb(134,193,44); }
div.DivClassName
{
background-color: #86C12C;
}
.BgClassName
{
background-color: #86C12C;
}
</style>
border-color css
<style>
span { border-color: #86C12C; }
span { border-color: rgb(134,193,44); }
td.TdClassName
{
border-color: #86C12C;
}
.TagClassName
{
border-color: #86C12C;
}
</style>