Shades of Lima #86B30C
Tints of Lima #86B30C
RGB
CMYK
RGB Variations
Color information
#86B30C (or 0x86B30C) is known color: Lima. HEX triplet: 86, B3 and 0C. RGB value is (134,179,12). Sum of RGB (Red+Green+Blue) = 134+179+12=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #86B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B30C is #794CF3. Grayscale: #939393. Windows color (decimal): -7949556 or 832390. OLE color: 832390.
HSL color Cylindrical-coordinate representation of color #86B30C: hue angle of 76.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86B30C is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 12 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.30 |
| HSL | 76.17º | 0.87% | 0.37% | - |
| HSV(B) | 76.17º | 0.93% | 0.7% | - |
| XYZ | 26.02 | 37.34 | 6.18 | - |
| YUV | 146.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 12 | 0.25 | 0 | 0.93 | 0.30 | 76.17 | 0.87 | 0.37 |
| Hex | 86 | B3 | C | 19 | 0 | 5D | 1E | 4C | 57 | 25 |
| Octal | 206 | 263 | 14 | 31 | 0 | 135 | 36 | 114 | 127 | 45 |
| Binary | 10000110 | 10110011 | 1100 | 11001 | 0 | 1011101 | 11110 | 1001100 | 1010111 | 100101 |
Color Harmonies of #86B30C
Complementary color
Monochromatic Colors of #86B30C
Black with #86B30C
Text Example
Text Example
White with #86B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B30C; }
p { color: rgb(134,179,12); }
H1.HeaderClassName
{
color: #86B30C;
}
.AnyTagClassName
{
color: #86B30C;
}
</style>
background-color css
<style>
a { background-color: #86B30C; }
a { background-color: rgb(134,179,12); }
div.DivClassName
{
background-color: #86B30C;
}
.BgClassName
{
background-color: #86B30C;
}
</style>
border-color css
<style>
span { border-color: #86B30C; }
span { border-color: rgb(134,179,12); }
td.TdClassName
{
border-color: #86B30C;
}
.TagClassName
{
border-color: #86B30C;
}
</style>