Shades of Lima #86B514
Tints of Lima #86B514
RGB
CMYK
RGB Variations
Color information
#86B514 (or 0x86B514) is known color: Lima. HEX triplet: 86, B5 and 14. RGB value is (134,181,20). Sum of RGB (Red+Green+Blue) = 134+181+20=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #86B514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B514 is #794AEB. Grayscale: #959595. Windows color (decimal): -7949036 or 1357190. OLE color: 1357190.
HSL color Cylindrical-coordinate representation of color #86B514: hue angle of 77.52º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86B514 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 20 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.29 |
| HSL | 77.52º | 0.8% | 0.39% | - |
| HSV(B) | 77.52º | 0.89% | 0.71% | - |
| XYZ | 26.48 | 38.17 | 6.63 | - |
| YUV | 148.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 20 | 0.26 | 0 | 0.89 | 0.29 | 77.52 | 0.8 | 0.39 |
| Hex | 86 | B5 | 14 | 1A | 0 | 59 | 1D | 4E | 50 | 27 |
| Octal | 206 | 265 | 24 | 32 | 0 | 131 | 35 | 116 | 120 | 47 |
| Binary | 10000110 | 10110101 | 10100 | 11010 | 0 | 1011001 | 11101 | 1001110 | 1010000 | 100111 |
Color Harmonies of #86B514
Complementary color
Monochromatic Colors of #86B514
Black with #86B514
Text Example
Text Example
White with #86B514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B514; }
p { color: rgb(134,181,20); }
H1.HeaderClassName
{
color: #86B514;
}
.AnyTagClassName
{
color: #86B514;
}
</style>
background-color css
<style>
a { background-color: #86B514; }
a { background-color: rgb(134,181,20); }
div.DivClassName
{
background-color: #86B514;
}
.BgClassName
{
background-color: #86B514;
}
</style>
border-color css
<style>
span { border-color: #86B514; }
span { border-color: rgb(134,181,20); }
td.TdClassName
{
border-color: #86B514;
}
.TagClassName
{
border-color: #86B514;
}
</style>