Shades of Lima #86B211
Tints of Lima #86B211
RGB
CMYK
RGB Variations
Color information
#86B211 (or 0x86B211) is known color: Lima. HEX triplet: 86, B2 and 11. RGB value is (134,178,17). Sum of RGB (Red+Green+Blue) = 134+178+17=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #86B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86B211 is #794DEE. Grayscale: #939393. Windows color (decimal): -7949807 or 1159814. OLE color: 1159814.
HSL color Cylindrical-coordinate representation of color #86B211: hue angle of 76.4º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B211 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 17 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.30 |
| HSL | 76.4º | 0.83% | 0.38% | - |
| HSV(B) | 76.4º | 0.9% | 0.7% | - |
| XYZ | 25.85 | 36.95 | 6.3 | - |
| YUV | 146.49 | 54.92 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 17 | 0.25 | 0 | 0.90 | 0.30 | 76.4 | 0.83 | 0.38 |
| Hex | 86 | B2 | 11 | 19 | 0 | 5A | 1E | 4C | 53 | 26 |
| Octal | 206 | 262 | 21 | 31 | 0 | 132 | 36 | 114 | 123 | 46 |
| Binary | 10000110 | 10110010 | 10001 | 11001 | 0 | 1011010 | 11110 | 1001100 | 1010011 | 100110 |
Color Harmonies of #86B211
Complementary color
Monochromatic Colors of #86B211
Black with #86B211
Text Example
Text Example
White with #86B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B211; }
p { color: rgb(134,178,17); }
H1.HeaderClassName
{
color: #86B211;
}
.AnyTagClassName
{
color: #86B211;
}
</style>
background-color css
<style>
a { background-color: #86B211; }
a { background-color: rgb(134,178,17); }
div.DivClassName
{
background-color: #86B211;
}
.BgClassName
{
background-color: #86B211;
}
</style>
border-color css
<style>
span { border-color: #86B211; }
span { border-color: rgb(134,178,17); }
td.TdClassName
{
border-color: #86B211;
}
.TagClassName
{
border-color: #86B211;
}
</style>