Shades of Limerick #86C322
Tints of Limerick #86C322
RGB
CMYK
RGB Variations
Color information
#86C322 (or 0x86C322) is known color: Limerick. HEX triplet: 86, C3 and 22. RGB value is (134,195,34). Sum of RGB (Red+Green+Blue) = 134+195+34=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #86C322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C322 is #793CDD. Grayscale: #9E9E9E. Windows color (decimal): -7945438 or 2278278. OLE color: 2278278.
HSL color Cylindrical-coordinate representation of color #86C322: hue angle of 82.73º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86C322 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 34 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.24 |
| HSL | 82.73º | 0.7% | 0.45% | - |
| HSV(B) | 82.73º | 0.83% | 0.76% | - |
| XYZ | 29.64 | 44.21 | 8.49 | - |
| YUV | 158.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 34 | 0.31 | 0 | 0.83 | 0.24 | 82.73 | 0.7 | 0.45 |
| Hex | 86 | C3 | 22 | 1F | 0 | 53 | 18 | 53 | 46 | 2D |
| Octal | 206 | 303 | 42 | 37 | 0 | 123 | 30 | 123 | 106 | 55 |
| Binary | 10000110 | 11000011 | 100010 | 11111 | 0 | 1010011 | 11000 | 1010011 | 1000110 | 101101 |
Color Harmonies of #86C322
Complementary color
Monochromatic Colors of #86C322
Black with #86C322
Text Example
Text Example
White with #86C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C322; }
p { color: rgb(134,195,34); }
H1.HeaderClassName
{
color: #86C322;
}
.AnyTagClassName
{
color: #86C322;
}
</style>
background-color css
<style>
a { background-color: #86C322; }
a { background-color: rgb(134,195,34); }
div.DivClassName
{
background-color: #86C322;
}
.BgClassName
{
background-color: #86C322;
}
</style>
border-color css
<style>
span { border-color: #86C322; }
span { border-color: rgb(134,195,34); }
td.TdClassName
{
border-color: #86C322;
}
.TagClassName
{
border-color: #86C322;
}
</style>