Shades of Lima #86B212
Tints of Lima #86B212
RGB
CMYK
RGB Variations
Color information
#86B212 (or 0x86B212) is known color: Lima. HEX triplet: 86, B2 and 12. RGB value is (134,178,18). Sum of RGB (Red+Green+Blue) = 134+178+18=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #86B212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86B212 is #794DED. Grayscale: #939393. Windows color (decimal): -7949806 or 1225350. OLE color: 1225350.
HSL color Cylindrical-coordinate representation of color #86B212: hue angle of 76.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B212 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 18 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.30 |
| HSL | 76.5º | 0.82% | 0.38% | - |
| HSV(B) | 76.5º | 0.9% | 0.7% | - |
| XYZ | 25.86 | 36.95 | 6.34 | - |
| YUV | 146.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 18 | 0.25 | 0 | 0.90 | 0.30 | 76.5 | 0.82 | 0.38 |
| Hex | 86 | B2 | 12 | 19 | 0 | 5A | 1E | 4C | 52 | 26 |
| Octal | 206 | 262 | 22 | 31 | 0 | 132 | 36 | 114 | 122 | 46 |
| Binary | 10000110 | 10110010 | 10010 | 11001 | 0 | 1011010 | 11110 | 1001100 | 1010010 | 100110 |
Color Harmonies of #86B212
Complementary color
Monochromatic Colors of #86B212
Black with #86B212
Text Example
Text Example
White with #86B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B212; }
p { color: rgb(134,178,18); }
H1.HeaderClassName
{
color: #86B212;
}
.AnyTagClassName
{
color: #86B212;
}
</style>
background-color css
<style>
a { background-color: #86B212; }
a { background-color: rgb(134,178,18); }
div.DivClassName
{
background-color: #86B212;
}
.BgClassName
{
background-color: #86B212;
}
</style>
border-color css
<style>
span { border-color: #86B212; }
span { border-color: rgb(134,178,18); }
td.TdClassName
{
border-color: #86B212;
}
.TagClassName
{
border-color: #86B212;
}
</style>