Shades of Lima #85A810
Tints of Lima #85A810
RGB
CMYK
RGB Variations
Color information
#85A810 (or 0x85A810) is known color: Lima. HEX triplet: 85, A8 and 10. RGB value is (133,168,16). Sum of RGB (Red+Green+Blue) = 133+168+16=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #85A810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A810 is #7A57EF. Grayscale: #8C8C8C. Windows color (decimal): -8017904 or 1091717. OLE color: 1091717.
HSL color Cylindrical-coordinate representation of color #85A810: hue angle of 73.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85A810 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 168 | 16 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.34 |
| HSL | 73.82º | 0.83% | 0.36% | - |
| HSV(B) | 73.82º | 0.9% | 0.66% | - |
| XYZ | 23.77 | 33.03 | 5.61 | - |
| YUV | 140.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 16 | 0.21 | 0 | 0.90 | 0.34 | 73.82 | 0.83 | 0.36 |
| Hex | 85 | A8 | 10 | 15 | 0 | 5A | 22 | 4A | 53 | 24 |
| Octal | 205 | 250 | 20 | 25 | 0 | 132 | 42 | 112 | 123 | 44 |
| Binary | 10000101 | 10101000 | 10000 | 10101 | 0 | 1011010 | 100010 | 1001010 | 1010011 | 100100 |
Color Harmonies of #85A810
Complementary color
Monochromatic Colors of #85A810
Black with #85A810
Text Example
Text Example
White with #85A810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A810; }
p { color: rgb(133,168,16); }
H1.HeaderClassName
{
color: #85A810;
}
.AnyTagClassName
{
color: #85A810;
}
</style>
background-color css
<style>
a { background-color: #85A810; }
a { background-color: rgb(133,168,16); }
div.DivClassName
{
background-color: #85A810;
}
.BgClassName
{
background-color: #85A810;
}
</style>
border-color css
<style>
span { border-color: #85A810; }
span { border-color: rgb(133,168,16); }
td.TdClassName
{
border-color: #85A810;
}
.TagClassName
{
border-color: #85A810;
}
</style>