Shades of Lima #85AC15
Tints of Lima #85AC15
RGB
CMYK
RGB Variations
Color information
#85AC15 (or 0x85AC15) is known color: Lima. HEX triplet: 85, AC and 15. RGB value is (133,172,21). Sum of RGB (Red+Green+Blue) = 133+172+21=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AC15 is #7A53EA. Grayscale: #8F8F8F. Windows color (decimal): -8016875 or 1420421. OLE color: 1420421.
HSL color Cylindrical-coordinate representation of color #85AC15: hue angle of 75.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85AC15 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 21 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.33 |
| HSL | 75.5º | 0.78% | 0.38% | - |
| HSV(B) | 75.5º | 0.88% | 0.67% | - |
| XYZ | 24.56 | 34.55 | 6.08 | - |
| YUV | 143.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 21 | 0.23 | 0 | 0.88 | 0.33 | 75.5 | 0.78 | 0.38 |
| Hex | 85 | AC | 15 | 17 | 0 | 58 | 21 | 4B | 4E | 26 |
| Octal | 205 | 254 | 25 | 27 | 0 | 130 | 41 | 113 | 116 | 46 |
| Binary | 10000101 | 10101100 | 10101 | 10111 | 0 | 1011000 | 100001 | 1001011 | 1001110 | 100110 |
Color Harmonies of #85AC15
Complementary color
Monochromatic Colors of #85AC15
Black with #85AC15
Text Example
Text Example
White with #85AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC15; }
p { color: rgb(133,172,21); }
H1.HeaderClassName
{
color: #85AC15;
}
.AnyTagClassName
{
color: #85AC15;
}
</style>
background-color css
<style>
a { background-color: #85AC15; }
a { background-color: rgb(133,172,21); }
div.DivClassName
{
background-color: #85AC15;
}
.BgClassName
{
background-color: #85AC15;
}
</style>
border-color css
<style>
span { border-color: #85AC15; }
span { border-color: rgb(133,172,21); }
td.TdClassName
{
border-color: #85AC15;
}
.TagClassName
{
border-color: #85AC15;
}
</style>