Shades of Lima #86A80D
Tints of Lima #86A80D
RGB
CMYK
RGB Variations
Color information
#86A80D (or 0x86A80D) is known color: Lima. HEX triplet: 86, A8 and 0D. RGB value is (134,168,13). Sum of RGB (Red+Green+Blue) = 134+168+13=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #86A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A80D is #7957F2. Grayscale: #8C8C8C. Windows color (decimal): -7952371 or 895110. OLE color: 895110.
HSL color Cylindrical-coordinate representation of color #86A80D: hue angle of 73.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86A80D is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 168 | 13 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.34 |
| HSL | 73.16º | 0.86% | 0.35% | - |
| HSV(B) | 73.16º | 0.92% | 0.66% | - |
| XYZ | 23.91 | 33.1 | 5.51 | - |
| YUV | 140.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 13 | 0.20 | 0 | 0.92 | 0.34 | 73.16 | 0.86 | 0.35 |
| Hex | 86 | A8 | D | 14 | 0 | 5C | 22 | 49 | 56 | 23 |
| Octal | 206 | 250 | 15 | 24 | 0 | 134 | 42 | 111 | 126 | 43 |
| Binary | 10000110 | 10101000 | 1101 | 10100 | 0 | 1011100 | 100010 | 1001001 | 1010110 | 100011 |
Color Harmonies of #86A80D
Complementary color
Monochromatic Colors of #86A80D
Black with #86A80D
Text Example
Text Example
White with #86A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A80D; }
p { color: rgb(134,168,13); }
H1.HeaderClassName
{
color: #86A80D;
}
.AnyTagClassName
{
color: #86A80D;
}
</style>
background-color css
<style>
a { background-color: #86A80D; }
a { background-color: rgb(134,168,13); }
div.DivClassName
{
background-color: #86A80D;
}
.BgClassName
{
background-color: #86A80D;
}
</style>
border-color css
<style>
span { border-color: #86A80D; }
span { border-color: rgb(134,168,13); }
td.TdClassName
{
border-color: #86A80D;
}
.TagClassName
{
border-color: #86A80D;
}
</style>