Shades of Asparagus #85A16A
Tints of Asparagus #85A16A
RGB
CMYK
RGB Variations
Color information
#85A16A (or 0x85A16A) is known color: Asparagus. HEX triplet: 85, A1 and 6A. RGB value is (133,161,106). Sum of RGB (Red+Green+Blue) = 133+161+106=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #85A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A16A is #7A5E95. Grayscale: #929292. Windows color (decimal): -8019606 or 6988165. OLE color: 6988165.
HSL color Cylindrical-coordinate representation of color #85A16A: hue angle of 90.55º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A16A is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 106 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.37 |
| HSL | 90.55º | 0.23% | 0.52% | - |
| HSV(B) | 90.55º | 0.34% | 0.63% | - |
| XYZ | 25.02 | 31.52 | 18.4 | - |
| YUV | 146.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 106 | 0.17 | 0 | 0.34 | 0.37 | 90.55 | 0.23 | 0.52 |
| Hex | 85 | A1 | 6A | 11 | 0 | 22 | 25 | 5B | 17 | 34 |
| Octal | 205 | 241 | 152 | 21 | 0 | 42 | 45 | 133 | 27 | 64 |
| Binary | 10000101 | 10100001 | 1101010 | 10001 | 0 | 100010 | 100101 | 1011011 | 10111 | 110100 |
Color Harmonies of #85A16A
Complementary color
Monochromatic Colors of #85A16A
Black with #85A16A
Text Example
Text Example
White with #85A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A16A; }
p { color: rgb(133,161,106); }
H1.HeaderClassName
{
color: #85A16A;
}
.AnyTagClassName
{
color: #85A16A;
}
</style>
background-color css
<style>
a { background-color: #85A16A; }
a { background-color: rgb(133,161,106); }
div.DivClassName
{
background-color: #85A16A;
}
.BgClassName
{
background-color: #85A16A;
}
</style>
border-color css
<style>
span { border-color: #85A16A; }
span { border-color: rgb(133,161,106); }
td.TdClassName
{
border-color: #85A16A;
}
.TagClassName
{
border-color: #85A16A;
}
</style>