Shades of Lima #86BD16
Tints of Lima #86BD16
RGB
CMYK
RGB Variations
Color information
#86BD16 (or 0x86BD16) is known color: Lima. HEX triplet: 86, BD and 16. RGB value is (134,189,22). Sum of RGB (Red+Green+Blue) = 134+189+22=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD16 is #7942E9. Grayscale: #9A9A9A. Windows color (decimal): -7946986 or 1490310. OLE color: 1490310.
HSL color Cylindrical-coordinate representation of color #86BD16: hue angle of 79.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86BD16 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 22 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.26 |
| HSL | 79.76º | 0.79% | 0.41% | - |
| HSV(B) | 79.76º | 0.88% | 0.74% | - |
| XYZ | 28.17 | 41.52 | 7.29 | - |
| YUV | 153.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 22 | 0.29 | 0 | 0.88 | 0.26 | 79.76 | 0.79 | 0.41 |
| Hex | 86 | BD | 16 | 1D | 0 | 58 | 1A | 50 | 4F | 29 |
| Octal | 206 | 275 | 26 | 35 | 0 | 130 | 32 | 120 | 117 | 51 |
| Binary | 10000110 | 10111101 | 10110 | 11101 | 0 | 1011000 | 11010 | 1010000 | 1001111 | 101001 |
Color Harmonies of #86BD16
Complementary color
Monochromatic Colors of #86BD16
Black with #86BD16
Text Example
Text Example
White with #86BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD16; }
p { color: rgb(134,189,22); }
H1.HeaderClassName
{
color: #86BD16;
}
.AnyTagClassName
{
color: #86BD16;
}
</style>
background-color css
<style>
a { background-color: #86BD16; }
a { background-color: rgb(134,189,22); }
div.DivClassName
{
background-color: #86BD16;
}
.BgClassName
{
background-color: #86BD16;
}
</style>
border-color css
<style>
span { border-color: #86BD16; }
span { border-color: rgb(134,189,22); }
td.TdClassName
{
border-color: #86BD16;
}
.TagClassName
{
border-color: #86BD16;
}
</style>