Shades of Limerick #86C023
Tints of Limerick #86C023
RGB
CMYK
RGB Variations
Color information
#86C023 (or 0x86C023) is known color: Limerick. HEX triplet: 86, C0 and 23. RGB value is (134,192,35). Sum of RGB (Red+Green+Blue) = 134+192+35=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #86C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C023 is #793FDC. Grayscale: #9D9D9D. Windows color (decimal): -7946205 or 2343046. OLE color: 2343046.
HSL color Cylindrical-coordinate representation of color #86C023: hue angle of 82.17º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86C023 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 35 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.25 |
| HSL | 82.17º | 0.69% | 0.45% | - |
| HSV(B) | 82.17º | 0.82% | 0.75% | - |
| XYZ | 28.98 | 42.89 | 8.34 | - |
| YUV | 156.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 35 | 0.30 | 0 | 0.82 | 0.25 | 82.17 | 0.69 | 0.45 |
| Hex | 86 | C0 | 23 | 1E | 0 | 52 | 19 | 52 | 45 | 2D |
| Octal | 206 | 300 | 43 | 36 | 0 | 122 | 31 | 122 | 105 | 55 |
| Binary | 10000110 | 11000000 | 100011 | 11110 | 0 | 1010010 | 11001 | 1010010 | 1000101 | 101101 |
Color Harmonies of #86C023
Complementary color
Monochromatic Colors of #86C023
Black with #86C023
Text Example
Text Example
White with #86C023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C023; }
p { color: rgb(134,192,35); }
H1.HeaderClassName
{
color: #86C023;
}
.AnyTagClassName
{
color: #86C023;
}
</style>
background-color css
<style>
a { background-color: #86C023; }
a { background-color: rgb(134,192,35); }
div.DivClassName
{
background-color: #86C023;
}
.BgClassName
{
background-color: #86C023;
}
</style>
border-color css
<style>
span { border-color: #86C023; }
span { border-color: rgb(134,192,35); }
td.TdClassName
{
border-color: #86C023;
}
.TagClassName
{
border-color: #86C023;
}
</style>