Shades of Lima #86B310
Tints of Lima #86B310
RGB
CMYK
RGB Variations
Color information
#86B310 (or 0x86B310) is known color: Lima. HEX triplet: 86, B3 and 10. RGB value is (134,179,16). Sum of RGB (Red+Green+Blue) = 134+179+16=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #86B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B310 is #794CEF. Grayscale: #939393. Windows color (decimal): -7949552 or 1094534. OLE color: 1094534.
HSL color Cylindrical-coordinate representation of color #86B310: hue angle of 76.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86B310 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 16 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.30 |
| HSL | 76.56º | 0.84% | 0.38% | - |
| HSV(B) | 76.56º | 0.91% | 0.7% | - |
| XYZ | 26.05 | 37.35 | 6.33 | - |
| YUV | 146.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 16 | 0.25 | 0 | 0.91 | 0.30 | 76.56 | 0.84 | 0.38 |
| Hex | 86 | B3 | 10 | 19 | 0 | 5B | 1E | 4D | 54 | 26 |
| Octal | 206 | 263 | 20 | 31 | 0 | 133 | 36 | 115 | 124 | 46 |
| Binary | 10000110 | 10110011 | 10000 | 11001 | 0 | 1011011 | 11110 | 1001101 | 1010100 | 100110 |
Color Harmonies of #86B310
Complementary color
Monochromatic Colors of #86B310
Black with #86B310
Text Example
Text Example
White with #86B310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B310; }
p { color: rgb(134,179,16); }
H1.HeaderClassName
{
color: #86B310;
}
.AnyTagClassName
{
color: #86B310;
}
</style>
background-color css
<style>
a { background-color: #86B310; }
a { background-color: rgb(134,179,16); }
div.DivClassName
{
background-color: #86B310;
}
.BgClassName
{
background-color: #86B310;
}
</style>
border-color css
<style>
span { border-color: #86B310; }
span { border-color: rgb(134,179,16); }
td.TdClassName
{
border-color: #86B310;
}
.TagClassName
{
border-color: #86B310;
}
</style>