Shades of Lima #85AC10
Tints of Lima #85AC10
RGB
CMYK
RGB Variations
Color information
#85AC10 (or 0x85AC10) is known color: Lima. HEX triplet: 85, AC and 10. RGB value is (133,172,16). Sum of RGB (Red+Green+Blue) = 133+172+16=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AC10 is #7A53EF. Grayscale: #8F8F8F. Windows color (decimal): -8016880 or 1092741. OLE color: 1092741.
HSL color Cylindrical-coordinate representation of color #85AC10: hue angle of 75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85AC10 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 16 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.33 |
| HSL | 75º | 0.83% | 0.37% | - |
| HSV(B) | 75º | 0.91% | 0.67% | - |
| XYZ | 24.52 | 34.53 | 5.86 | - |
| YUV | 142.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 16 | 0.23 | 0 | 0.91 | 0.33 | 75 | 0.83 | 0.37 |
| Hex | 85 | AC | 10 | 17 | 0 | 5B | 21 | 4B | 53 | 25 |
| Octal | 205 | 254 | 20 | 27 | 0 | 133 | 41 | 113 | 123 | 45 |
| Binary | 10000101 | 10101100 | 10000 | 10111 | 0 | 1011011 | 100001 | 1001011 | 1010011 | 100101 |
Color Harmonies of #85AC10
Complementary color
Monochromatic Colors of #85AC10
Black with #85AC10
Text Example
Text Example
White with #85AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC10; }
p { color: rgb(133,172,16); }
H1.HeaderClassName
{
color: #85AC10;
}
.AnyTagClassName
{
color: #85AC10;
}
</style>
background-color css
<style>
a { background-color: #85AC10; }
a { background-color: rgb(133,172,16); }
div.DivClassName
{
background-color: #85AC10;
}
.BgClassName
{
background-color: #85AC10;
}
</style>
border-color css
<style>
span { border-color: #85AC10; }
span { border-color: rgb(133,172,16); }
td.TdClassName
{
border-color: #85AC10;
}
.TagClassName
{
border-color: #85AC10;
}
</style>