Shades of Lima #86B515
Tints of Lima #86B515
RGB
CMYK
RGB Variations
Color information
#86B515 (or 0x86B515) is known color: Lima. HEX triplet: 86, B5 and 15. RGB value is (134,181,21). Sum of RGB (Red+Green+Blue) = 134+181+21=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #86B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B515 is #794AEA. Grayscale: #959595. Windows color (decimal): -7949035 or 1422726. OLE color: 1422726.
HSL color Cylindrical-coordinate representation of color #86B515: hue angle of 77.62º degrees, saturation: 0.79, 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 #86B515 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 21 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.29 |
| HSL | 77.63º | 0.79% | 0.4% | - |
| HSV(B) | 77.63º | 0.88% | 0.71% | - |
| XYZ | 26.49 | 38.17 | 6.68 | - |
| YUV | 148.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 21 | 0.26 | 0 | 0.88 | 0.29 | 77.63 | 0.79 | 0.4 |
| Hex | 86 | B5 | 15 | 1A | 0 | 58 | 1D | 4E | 4F | 28 |
| Octal | 206 | 265 | 25 | 32 | 0 | 130 | 35 | 116 | 117 | 50 |
| Binary | 10000110 | 10110101 | 10101 | 11010 | 0 | 1011000 | 11101 | 1001110 | 1001111 | 101000 |
Color Harmonies of #86B515
Complementary color
Monochromatic Colors of #86B515
Black with #86B515
Text Example
Text Example
White with #86B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B515; }
p { color: rgb(134,181,21); }
H1.HeaderClassName
{
color: #86B515;
}
.AnyTagClassName
{
color: #86B515;
}
</style>
background-color css
<style>
a { background-color: #86B515; }
a { background-color: rgb(134,181,21); }
div.DivClassName
{
background-color: #86B515;
}
.BgClassName
{
background-color: #86B515;
}
</style>
border-color css
<style>
span { border-color: #86B515; }
span { border-color: rgb(134,181,21); }
td.TdClassName
{
border-color: #86B515;
}
.TagClassName
{
border-color: #86B515;
}
</style>