Shades of Lima #85AB08
Tints of Lima #85AB08
RGB
CMYK
RGB Variations
Color information
#85AB08 (or 0x85AB08) is known color: Lima. HEX triplet: 85, AB and 08. RGB value is (133,171,8). Sum of RGB (Red+Green+Blue) = 133+171+8=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB08 is #7A54F7. Grayscale: #8D8D8D. Windows color (decimal): -8017144 or 568197. OLE color: 568197.
HSL color Cylindrical-coordinate representation of color #85AB08: hue angle of 73.99º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85AB08 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 8 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.33 |
| HSL | 73.99º | 0.91% | 0.35% | - |
| HSV(B) | 73.99º | 0.95% | 0.67% | - |
| XYZ | 24.28 | 34.13 | 5.54 | - |
| YUV | 141.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 8 | 0.22 | 0 | 0.95 | 0.33 | 73.99 | 0.91 | 0.35 |
| Hex | 85 | AB | 8 | 16 | 0 | 5F | 21 | 4A | 5B | 23 |
| Octal | 205 | 253 | 10 | 26 | 0 | 137 | 41 | 112 | 133 | 43 |
| Binary | 10000101 | 10101011 | 1000 | 10110 | 0 | 1011111 | 100001 | 1001010 | 1011011 | 100011 |
Color Harmonies of #85AB08
Complementary color
Monochromatic Colors of #85AB08
Black with #85AB08
Text Example
Text Example
White with #85AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB08; }
p { color: rgb(133,171,8); }
H1.HeaderClassName
{
color: #85AB08;
}
.AnyTagClassName
{
color: #85AB08;
}
</style>
background-color css
<style>
a { background-color: #85AB08; }
a { background-color: rgb(133,171,8); }
div.DivClassName
{
background-color: #85AB08;
}
.BgClassName
{
background-color: #85AB08;
}
</style>
border-color css
<style>
span { border-color: #85AB08; }
span { border-color: rgb(133,171,8); }
td.TdClassName
{
border-color: #85AB08;
}
.TagClassName
{
border-color: #85AB08;
}
</style>