Shades of Lima #86BB14
Tints of Lima #86BB14
RGB
CMYK
RGB Variations
Color information
#86BB14 (or 0x86BB14) is known color: Lima. HEX triplet: 86, BB and 14. RGB value is (134,187,20). Sum of RGB (Red+Green+Blue) = 134+187+20=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BB14 is #7944EB. Grayscale: #989898. Windows color (decimal): -7947500 or 1358726. OLE color: 1358726.
HSL color Cylindrical-coordinate representation of color #86BB14: hue angle of 79.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86BB14 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 20 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.27 |
| HSL | 79.04º | 0.81% | 0.41% | - |
| HSV(B) | 79.04º | 0.89% | 0.73% | - |
| XYZ | 27.73 | 40.66 | 7.05 | - |
| YUV | 152.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 20 | 0.28 | 0 | 0.89 | 0.27 | 79.04 | 0.81 | 0.41 |
| Hex | 86 | BB | 14 | 1C | 0 | 59 | 1B | 4F | 51 | 29 |
| Octal | 206 | 273 | 24 | 34 | 0 | 131 | 33 | 117 | 121 | 51 |
| Binary | 10000110 | 10111011 | 10100 | 11100 | 0 | 1011001 | 11011 | 1001111 | 1010001 | 101001 |
Color Harmonies of #86BB14
Complementary color
Monochromatic Colors of #86BB14
Black with #86BB14
Text Example
Text Example
White with #86BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB14; }
p { color: rgb(134,187,20); }
H1.HeaderClassName
{
color: #86BB14;
}
.AnyTagClassName
{
color: #86BB14;
}
</style>
background-color css
<style>
a { background-color: #86BB14; }
a { background-color: rgb(134,187,20); }
div.DivClassName
{
background-color: #86BB14;
}
.BgClassName
{
background-color: #86BB14;
}
</style>
border-color css
<style>
span { border-color: #86BB14; }
span { border-color: rgb(134,187,20); }
td.TdClassName
{
border-color: #86BB14;
}
.TagClassName
{
border-color: #86BB14;
}
</style>