Shades of Lima #85AB09
Tints of Lima #85AB09
RGB
CMYK
RGB Variations
Color information
#85AB09 (or 0x85AB09) is known color: Lima. HEX triplet: 85, AB and 09. RGB value is (133,171,9). Sum of RGB (Red+Green+Blue) = 133+171+9=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB09 is #7A54F6. Grayscale: #8D8D8D. Windows color (decimal): -8017143 or 633733. OLE color: 633733.
HSL color Cylindrical-coordinate representation of color #85AB09: hue angle of 74.07º degrees, saturation: 0.9, 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 #85AB09 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 9 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.33 |
| HSL | 74.07º | 0.9% | 0.35% | - |
| HSV(B) | 74.07º | 0.95% | 0.67% | - |
| XYZ | 24.29 | 34.13 | 5.57 | - |
| YUV | 141.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 9 | 0.22 | 0 | 0.95 | 0.33 | 74.07 | 0.9 | 0.35 |
| Hex | 85 | AB | 9 | 16 | 0 | 5F | 21 | 4A | 5A | 23 |
| Octal | 205 | 253 | 11 | 26 | 0 | 137 | 41 | 112 | 132 | 43 |
| Binary | 10000101 | 10101011 | 1001 | 10110 | 0 | 1011111 | 100001 | 1001010 | 1011010 | 100011 |
Color Harmonies of #85AB09
Complementary color
Monochromatic Colors of #85AB09
Black with #85AB09
Text Example
Text Example
White with #85AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB09; }
p { color: rgb(133,171,9); }
H1.HeaderClassName
{
color: #85AB09;
}
.AnyTagClassName
{
color: #85AB09;
}
</style>
background-color css
<style>
a { background-color: #85AB09; }
a { background-color: rgb(133,171,9); }
div.DivClassName
{
background-color: #85AB09;
}
.BgClassName
{
background-color: #85AB09;
}
</style>
border-color css
<style>
span { border-color: #85AB09; }
span { border-color: rgb(133,171,9); }
td.TdClassName
{
border-color: #85AB09;
}
.TagClassName
{
border-color: #85AB09;
}
</style>