Shades of Limerick #86BA1E
Tints of Limerick #86BA1E
RGB
CMYK
RGB Variations
Color information
#86BA1E (or 0x86BA1E) is known color: Limerick. HEX triplet: 86, BA and 1E. RGB value is (134,186,30). Sum of RGB (Red+Green+Blue) = 134+186+30=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA1E is #7945E1. Grayscale: #999999. Windows color (decimal): -7947746 or 2013830. OLE color: 2013830.
HSL color Cylindrical-coordinate representation of color #86BA1E: hue angle of 80º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86BA1E is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 30 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.27 |
| HSL | 80º | 0.72% | 0.42% | - |
| HSV(B) | 80º | 0.84% | 0.73% | - |
| XYZ | 27.62 | 40.28 | 7.55 | - |
| YUV | 152.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 30 | 0.28 | 0 | 0.84 | 0.27 | 80 | 0.72 | 0.42 |
| Hex | 86 | BA | 1E | 1C | 0 | 54 | 1B | 50 | 48 | 2A |
| Octal | 206 | 272 | 36 | 34 | 0 | 124 | 33 | 120 | 110 | 52 |
| Binary | 10000110 | 10111010 | 11110 | 11100 | 0 | 1010100 | 11011 | 1010000 | 1001000 | 101010 |
Color Harmonies of #86BA1E
Complementary color
Monochromatic Colors of #86BA1E
Black with #86BA1E
Text Example
Text Example
White with #86BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA1E; }
p { color: rgb(134,186,30); }
H1.HeaderClassName
{
color: #86BA1E;
}
.AnyTagClassName
{
color: #86BA1E;
}
</style>
background-color css
<style>
a { background-color: #86BA1E; }
a { background-color: rgb(134,186,30); }
div.DivClassName
{
background-color: #86BA1E;
}
.BgClassName
{
background-color: #86BA1E;
}
</style>
border-color css
<style>
span { border-color: #86BA1E; }
span { border-color: rgb(134,186,30); }
td.TdClassName
{
border-color: #86BA1E;
}
.TagClassName
{
border-color: #86BA1E;
}
</style>