Shades of Lima #86B812
Tints of Lima #86B812
RGB
CMYK
RGB Variations
Color information
#86B812 (or 0x86B812) is known color: Lima. HEX triplet: 86, B8 and 12. RGB value is (134,184,18). Sum of RGB (Red+Green+Blue) = 134+184+18=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #86B812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B812 is #7947ED. Grayscale: #969696. Windows color (decimal): -7948270 or 1226886. OLE color: 1226886.
HSL color Cylindrical-coordinate representation of color #86B812: hue angle of 78.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B812 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 18 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.28 |
| HSL | 78.07º | 0.82% | 0.4% | - |
| HSV(B) | 78.07º | 0.9% | 0.72% | - |
| XYZ | 27.08 | 39.39 | 6.75 | - |
| YUV | 150.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 18 | 0.27 | 0 | 0.90 | 0.28 | 78.07 | 0.82 | 0.4 |
| Hex | 86 | B8 | 12 | 1B | 0 | 5A | 1C | 4E | 52 | 28 |
| Octal | 206 | 270 | 22 | 33 | 0 | 132 | 34 | 116 | 122 | 50 |
| Binary | 10000110 | 10111000 | 10010 | 11011 | 0 | 1011010 | 11100 | 1001110 | 1010010 | 101000 |
Color Harmonies of #86B812
Complementary color
Monochromatic Colors of #86B812
Black with #86B812
Text Example
Text Example
White with #86B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B812; }
p { color: rgb(134,184,18); }
H1.HeaderClassName
{
color: #86B812;
}
.AnyTagClassName
{
color: #86B812;
}
</style>
background-color css
<style>
a { background-color: #86B812; }
a { background-color: rgb(134,184,18); }
div.DivClassName
{
background-color: #86B812;
}
.BgClassName
{
background-color: #86B812;
}
</style>
border-color css
<style>
span { border-color: #86B812; }
span { border-color: rgb(134,184,18); }
td.TdClassName
{
border-color: #86B812;
}
.TagClassName
{
border-color: #86B812;
}
</style>