Shades of Lima #85AB0D
Tints of Lima #85AB0D
RGB
CMYK
RGB Variations
Color information
#85AB0D (or 0x85AB0D) is known color: Lima. HEX triplet: 85, AB and 0D. RGB value is (133,171,13). Sum of RGB (Red+Green+Blue) = 133+171+13=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB0D is #7A54F2. Grayscale: #8E8E8E. Windows color (decimal): -8017139 or 895877. OLE color: 895877.
HSL color Cylindrical-coordinate representation of color #85AB0D: hue angle of 74.43º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85AB0D is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 13 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.33 |
| HSL | 74.43º | 0.86% | 0.36% | - |
| HSV(B) | 74.43º | 0.92% | 0.67% | - |
| XYZ | 24.31 | 34.14 | 5.69 | - |
| YUV | 141.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 13 | 0.22 | 0 | 0.92 | 0.33 | 74.43 | 0.86 | 0.36 |
| Hex | 85 | AB | D | 16 | 0 | 5C | 21 | 4A | 56 | 24 |
| Octal | 205 | 253 | 15 | 26 | 0 | 134 | 41 | 112 | 126 | 44 |
| Binary | 10000101 | 10101011 | 1101 | 10110 | 0 | 1011100 | 100001 | 1001010 | 1010110 | 100100 |
Color Harmonies of #85AB0D
Complementary color
Monochromatic Colors of #85AB0D
Black with #85AB0D
Text Example
Text Example
White with #85AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB0D; }
p { color: rgb(133,171,13); }
H1.HeaderClassName
{
color: #85AB0D;
}
.AnyTagClassName
{
color: #85AB0D;
}
</style>
background-color css
<style>
a { background-color: #85AB0D; }
a { background-color: rgb(133,171,13); }
div.DivClassName
{
background-color: #85AB0D;
}
.BgClassName
{
background-color: #85AB0D;
}
</style>
border-color css
<style>
span { border-color: #85AB0D; }
span { border-color: rgb(133,171,13); }
td.TdClassName
{
border-color: #85AB0D;
}
.TagClassName
{
border-color: #85AB0D;
}
</style>