Shades of Lima #86BC0D
Tints of Lima #86BC0D
RGB
CMYK
RGB Variations
Color information
#86BC0D (or 0x86BC0D) is known color: Lima. HEX triplet: 86, BC and 0D. RGB value is (134,188,13). Sum of RGB (Red+Green+Blue) = 134+188+13=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC0D is #7943F2. Grayscale: #989898. Windows color (decimal): -7947251 or 900230. OLE color: 900230.
HSL color Cylindrical-coordinate representation of color #86BC0D: hue angle of 78.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86BC0D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 13 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.26 |
| HSL | 78.51º | 0.87% | 0.39% | - |
| HSV(B) | 78.51º | 0.93% | 0.74% | - |
| XYZ | 27.89 | 41.06 | 6.84 | - |
| YUV | 151.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 13 | 0.29 | 0 | 0.93 | 0.26 | 78.51 | 0.87 | 0.39 |
| Hex | 86 | BC | D | 1D | 0 | 5D | 1A | 4F | 57 | 27 |
| Octal | 206 | 274 | 15 | 35 | 0 | 135 | 32 | 117 | 127 | 47 |
| Binary | 10000110 | 10111100 | 1101 | 11101 | 0 | 1011101 | 11010 | 1001111 | 1010111 | 100111 |
Color Harmonies of #86BC0D
Complementary color
Monochromatic Colors of #86BC0D
Black with #86BC0D
Text Example
Text Example
White with #86BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC0D; }
p { color: rgb(134,188,13); }
H1.HeaderClassName
{
color: #86BC0D;
}
.AnyTagClassName
{
color: #86BC0D;
}
</style>
background-color css
<style>
a { background-color: #86BC0D; }
a { background-color: rgb(134,188,13); }
div.DivClassName
{
background-color: #86BC0D;
}
.BgClassName
{
background-color: #86BC0D;
}
</style>
border-color css
<style>
span { border-color: #86BC0D; }
span { border-color: rgb(134,188,13); }
td.TdClassName
{
border-color: #86BC0D;
}
.TagClassName
{
border-color: #86BC0D;
}
</style>