Shades of Limerick #86BA39
Tints of Limerick #86BA39
RGB
CMYK
RGB Variations
Color information
#86BA39 (or 0x86BA39) is known color: Limerick. HEX triplet: 86, BA and 39. RGB value is (134,186,57). Sum of RGB (Red+Green+Blue) = 134+186+57=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA39 is #7945C6. Grayscale: #9C9C9C. Windows color (decimal): -7947719 or 3783302. OLE color: 3783302.
HSL color Cylindrical-coordinate representation of color #86BA39: hue angle of 84.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86BA39 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 57 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.27 |
| HSL | 84.19º | 0.53% | 0.48% | - |
| HSV(B) | 84.19º | 0.69% | 0.73% | - |
| XYZ | 28.13 | 40.48 | 10.2 | - |
| YUV | 155.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 57 | 0.28 | 0 | 0.69 | 0.27 | 84.19 | 0.53 | 0.48 |
| Hex | 86 | BA | 39 | 1C | 0 | 45 | 1B | 54 | 35 | 30 |
| Octal | 206 | 272 | 71 | 34 | 0 | 105 | 33 | 124 | 65 | 60 |
| Binary | 10000110 | 10111010 | 111001 | 11100 | 0 | 1000101 | 11011 | 1010100 | 110101 | 110000 |
Color Harmonies of #86BA39
Complementary color
Monochromatic Colors of #86BA39
Black with #86BA39
Text Example
Text Example
White with #86BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA39; }
p { color: rgb(134,186,57); }
H1.HeaderClassName
{
color: #86BA39;
}
.AnyTagClassName
{
color: #86BA39;
}
</style>
background-color css
<style>
a { background-color: #86BA39; }
a { background-color: rgb(134,186,57); }
div.DivClassName
{
background-color: #86BA39;
}
.BgClassName
{
background-color: #86BA39;
}
</style>
border-color css
<style>
span { border-color: #86BA39; }
span { border-color: rgb(134,186,57); }
td.TdClassName
{
border-color: #86BA39;
}
.TagClassName
{
border-color: #86BA39;
}
</style>