Shades of Lima #86B616
Tints of Lima #86B616
RGB
CMYK
RGB Variations
Color information
#86B616 (or 0x86B616) is known color: Lima. HEX triplet: 86, B6 and 16. RGB value is (134,182,22). Sum of RGB (Red+Green+Blue) = 134+182+22=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #86B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B616 is #7949E9. Grayscale: #959595. Windows color (decimal): -7948778 or 1488518. OLE color: 1488518.
HSL color Cylindrical-coordinate representation of color #86B616: hue angle of 78º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86B616 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 22 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.29 |
| HSL | 78º | 0.78% | 0.4% | - |
| HSV(B) | 78º | 0.88% | 0.71% | - |
| XYZ | 26.7 | 38.58 | 6.8 | - |
| YUV | 149.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 22 | 0.26 | 0 | 0.88 | 0.29 | 78 | 0.78 | 0.4 |
| Hex | 86 | B6 | 16 | 1A | 0 | 58 | 1D | 4E | 4E | 28 |
| Octal | 206 | 266 | 26 | 32 | 0 | 130 | 35 | 116 | 116 | 50 |
| Binary | 10000110 | 10110110 | 10110 | 11010 | 0 | 1011000 | 11101 | 1001110 | 1001110 | 101000 |
Color Harmonies of #86B616
Complementary color
Monochromatic Colors of #86B616
Black with #86B616
Text Example
Text Example
White with #86B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B616; }
p { color: rgb(134,182,22); }
H1.HeaderClassName
{
color: #86B616;
}
.AnyTagClassName
{
color: #86B616;
}
</style>
background-color css
<style>
a { background-color: #86B616; }
a { background-color: rgb(134,182,22); }
div.DivClassName
{
background-color: #86B616;
}
.BgClassName
{
background-color: #86B616;
}
</style>
border-color css
<style>
span { border-color: #86B616; }
span { border-color: rgb(134,182,22); }
td.TdClassName
{
border-color: #86B616;
}
.TagClassName
{
border-color: #86B616;
}
</style>