Shades of Lima #86BA17
Tints of Lima #86BA17
RGB
CMYK
RGB Variations
Color information
#86BA17 (or 0x86BA17) is known color: Lima. HEX triplet: 86, BA and 17. RGB value is (134,186,23). Sum of RGB (Red+Green+Blue) = 134+186+23=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BA17 is #7945E8. Grayscale: #989898. Windows color (decimal): -7947753 or 1555078. OLE color: 1555078.
HSL color Cylindrical-coordinate representation of color #86BA17: hue angle of 79.14º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86BA17 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 23 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.27 |
| HSL | 79.14º | 0.78% | 0.41% | - |
| HSV(B) | 79.14º | 0.88% | 0.73% | - |
| XYZ | 27.55 | 40.25 | 7.13 | - |
| YUV | 151.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 23 | 0.28 | 0 | 0.88 | 0.27 | 79.14 | 0.78 | 0.41 |
| Hex | 86 | BA | 17 | 1C | 0 | 58 | 1B | 4F | 4E | 29 |
| Octal | 206 | 272 | 27 | 34 | 0 | 130 | 33 | 117 | 116 | 51 |
| Binary | 10000110 | 10111010 | 10111 | 11100 | 0 | 1011000 | 11011 | 1001111 | 1001110 | 101001 |
Color Harmonies of #86BA17
Complementary color
Monochromatic Colors of #86BA17
Black with #86BA17
Text Example
Text Example
White with #86BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA17; }
p { color: rgb(134,186,23); }
H1.HeaderClassName
{
color: #86BA17;
}
.AnyTagClassName
{
color: #86BA17;
}
</style>
background-color css
<style>
a { background-color: #86BA17; }
a { background-color: rgb(134,186,23); }
div.DivClassName
{
background-color: #86BA17;
}
.BgClassName
{
background-color: #86BA17;
}
</style>
border-color css
<style>
span { border-color: #86BA17; }
span { border-color: rgb(134,186,23); }
td.TdClassName
{
border-color: #86BA17;
}
.TagClassName
{
border-color: #86BA17;
}
</style>