Shades of Lima #86B40C
Tints of Lima #86B40C
RGB
CMYK
RGB Variations
Color information
#86B40C (or 0x86B40C) is known color: Lima. HEX triplet: 86, B4 and 0C. RGB value is (134,180,12). Sum of RGB (Red+Green+Blue) = 134+180+12=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #86B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B40C is #794BF3. Grayscale: #939393. Windows color (decimal): -7949300 or 832646. OLE color: 832646.
HSL color Cylindrical-coordinate representation of color #86B40C: hue angle of 76.43º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86B40C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 12 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.29 |
| HSL | 76.43º | 0.88% | 0.38% | - |
| HSV(B) | 76.43º | 0.93% | 0.71% | - |
| XYZ | 26.22 | 37.74 | 6.25 | - |
| YUV | 147.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 12 | 0.26 | 0 | 0.93 | 0.29 | 76.43 | 0.88 | 0.38 |
| Hex | 86 | B4 | C | 1A | 0 | 5D | 1D | 4C | 58 | 26 |
| Octal | 206 | 264 | 14 | 32 | 0 | 135 | 35 | 114 | 130 | 46 |
| Binary | 10000110 | 10110100 | 1100 | 11010 | 0 | 1011101 | 11101 | 1001100 | 1011000 | 100110 |
Color Harmonies of #86B40C
Complementary color
Monochromatic Colors of #86B40C
Black with #86B40C
Text Example
Text Example
White with #86B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B40C; }
p { color: rgb(134,180,12); }
H1.HeaderClassName
{
color: #86B40C;
}
.AnyTagClassName
{
color: #86B40C;
}
</style>
background-color css
<style>
a { background-color: #86B40C; }
a { background-color: rgb(134,180,12); }
div.DivClassName
{
background-color: #86B40C;
}
.BgClassName
{
background-color: #86B40C;
}
</style>
border-color css
<style>
span { border-color: #86B40C; }
span { border-color: rgb(134,180,12); }
td.TdClassName
{
border-color: #86B40C;
}
.TagClassName
{
border-color: #86B40C;
}
</style>