Shades of Lima #85AB0C
Tints of Lima #85AB0C
RGB
CMYK
RGB Variations
Color information
#85AB0C (or 0x85AB0C) is known color: Lima. HEX triplet: 85, AB and 0C. RGB value is (133,171,12). Sum of RGB (Red+Green+Blue) = 133+171+12=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB0C is #7A54F3. Grayscale: #8E8E8E. Windows color (decimal): -8017140 or 830341. OLE color: 830341.
HSL color Cylindrical-coordinate representation of color #85AB0C: hue angle of 74.34º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85AB0C is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 12 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.33 |
| HSL | 74.34º | 0.87% | 0.36% | - |
| HSV(B) | 74.34º | 0.93% | 0.67% | - |
| XYZ | 24.3 | 34.14 | 5.66 | - |
| YUV | 141.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 12 | 0.22 | 0 | 0.93 | 0.33 | 74.34 | 0.87 | 0.36 |
| Hex | 85 | AB | C | 16 | 0 | 5D | 21 | 4A | 57 | 24 |
| Octal | 205 | 253 | 14 | 26 | 0 | 135 | 41 | 112 | 127 | 44 |
| Binary | 10000101 | 10101011 | 1100 | 10110 | 0 | 1011101 | 100001 | 1001010 | 1010111 | 100100 |
Color Harmonies of #85AB0C
Complementary color
Monochromatic Colors of #85AB0C
Black with #85AB0C
Text Example
Text Example
White with #85AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB0C; }
p { color: rgb(133,171,12); }
H1.HeaderClassName
{
color: #85AB0C;
}
.AnyTagClassName
{
color: #85AB0C;
}
</style>
background-color css
<style>
a { background-color: #85AB0C; }
a { background-color: rgb(133,171,12); }
div.DivClassName
{
background-color: #85AB0C;
}
.BgClassName
{
background-color: #85AB0C;
}
</style>
border-color css
<style>
span { border-color: #85AB0C; }
span { border-color: rgb(133,171,12); }
td.TdClassName
{
border-color: #85AB0C;
}
.TagClassName
{
border-color: #85AB0C;
}
</style>