Shades of Limerick #86BE2E
Tints of Limerick #86BE2E
RGB
CMYK
RGB Variations
Color information
#86BE2E (or 0x86BE2E) is known color: Limerick. HEX triplet: 86, BE and 2E. RGB value is (134,190,46). Sum of RGB (Red+Green+Blue) = 134+190+46=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BE2E is #7941D1. Grayscale: #9D9D9D. Windows color (decimal): -7946706 or 3063430. OLE color: 3063430.
HSL color Cylindrical-coordinate representation of color #86BE2E: hue angle of 83.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86BE2E is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 46 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.25 |
| HSL | 83.33º | 0.61% | 0.46% | - |
| HSV(B) | 83.33º | 0.76% | 0.75% | - |
| XYZ | 28.74 | 42.09 | 9.19 | - |
| YUV | 156.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 46 | 0.29 | 0 | 0.76 | 0.25 | 83.33 | 0.61 | 0.46 |
| Hex | 86 | BE | 2E | 1D | 0 | 4C | 19 | 53 | 3D | 2E |
| Octal | 206 | 276 | 56 | 35 | 0 | 114 | 31 | 123 | 75 | 56 |
| Binary | 10000110 | 10111110 | 101110 | 11101 | 0 | 1001100 | 11001 | 1010011 | 111101 | 101110 |
Color Harmonies of #86BE2E
Complementary color
Monochromatic Colors of #86BE2E
Black with #86BE2E
Text Example
Text Example
White with #86BE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE2E; }
p { color: rgb(134,190,46); }
H1.HeaderClassName
{
color: #86BE2E;
}
.AnyTagClassName
{
color: #86BE2E;
}
</style>
background-color css
<style>
a { background-color: #86BE2E; }
a { background-color: rgb(134,190,46); }
div.DivClassName
{
background-color: #86BE2E;
}
.BgClassName
{
background-color: #86BE2E;
}
</style>
border-color css
<style>
span { border-color: #86BE2E; }
span { border-color: rgb(134,190,46); }
td.TdClassName
{
border-color: #86BE2E;
}
.TagClassName
{
border-color: #86BE2E;
}
</style>