Shades of Lima #86BD12
Tints of Lima #86BD12
RGB
CMYK
RGB Variations
Color information
#86BD12 (or 0x86BD12) is known color: Lima. HEX triplet: 86, BD and 12. RGB value is (134,189,18). Sum of RGB (Red+Green+Blue) = 134+189+18=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD12 is #7942ED. Grayscale: #999999. Windows color (decimal): -7946990 or 1228166. OLE color: 1228166.
HSL color Cylindrical-coordinate representation of color #86BD12: hue angle of 79.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86BD12 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 18 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.26 |
| HSL | 79.3º | 0.83% | 0.41% | - |
| HSV(B) | 79.3º | 0.9% | 0.74% | - |
| XYZ | 28.14 | 41.51 | 7.1 | - |
| YUV | 153.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 18 | 0.29 | 0 | 0.90 | 0.26 | 79.3 | 0.83 | 0.41 |
| Hex | 86 | BD | 12 | 1D | 0 | 5A | 1A | 4F | 53 | 29 |
| Octal | 206 | 275 | 22 | 35 | 0 | 132 | 32 | 117 | 123 | 51 |
| Binary | 10000110 | 10111101 | 10010 | 11101 | 0 | 1011010 | 11010 | 1001111 | 1010011 | 101001 |
Color Harmonies of #86BD12
Complementary color
Monochromatic Colors of #86BD12
Black with #86BD12
Text Example
Text Example
White with #86BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD12; }
p { color: rgb(134,189,18); }
H1.HeaderClassName
{
color: #86BD12;
}
.AnyTagClassName
{
color: #86BD12;
}
</style>
background-color css
<style>
a { background-color: #86BD12; }
a { background-color: rgb(134,189,18); }
div.DivClassName
{
background-color: #86BD12;
}
.BgClassName
{
background-color: #86BD12;
}
</style>
border-color css
<style>
span { border-color: #86BD12; }
span { border-color: rgb(134,189,18); }
td.TdClassName
{
border-color: #86BD12;
}
.TagClassName
{
border-color: #86BD12;
}
</style>