Shades of Asparagus #85A46B
Tints of Asparagus #85A46B
RGB
CMYK
RGB Variations
Color information
#85A46B (or 0x85A46B) is known color: Asparagus. HEX triplet: 85, A4 and 6B. RGB value is (133,164,107). Sum of RGB (Red+Green+Blue) = 133+164+107=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #85A46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A46B is #7A5B94. Grayscale: #949494. Windows color (decimal): -8018837 or 7054469. OLE color: 7054469.
HSL color Cylindrical-coordinate representation of color #85A46B: hue angle of 92.63º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A46B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 107 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.36 |
| HSL | 92.63º | 0.24% | 0.53% | - |
| HSV(B) | 92.63º | 0.35% | 0.64% | - |
| XYZ | 25.6 | 32.6 | 18.85 | - |
| YUV | 148.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 107 | 0.19 | 0 | 0.35 | 0.36 | 92.63 | 0.24 | 0.53 |
| Hex | 85 | A4 | 6B | 13 | 0 | 23 | 24 | 5D | 18 | 35 |
| Octal | 205 | 244 | 153 | 23 | 0 | 43 | 44 | 135 | 30 | 65 |
| Binary | 10000101 | 10100100 | 1101011 | 10011 | 0 | 100011 | 100100 | 1011101 | 11000 | 110101 |
Color Harmonies of #85A46B
Complementary color
Monochromatic Colors of #85A46B
Black with #85A46B
Text Example
Text Example
White with #85A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A46B; }
p { color: rgb(133,164,107); }
H1.HeaderClassName
{
color: #85A46B;
}
.AnyTagClassName
{
color: #85A46B;
}
</style>
background-color css
<style>
a { background-color: #85A46B; }
a { background-color: rgb(133,164,107); }
div.DivClassName
{
background-color: #85A46B;
}
.BgClassName
{
background-color: #85A46B;
}
</style>
border-color css
<style>
span { border-color: #85A46B; }
span { border-color: rgb(133,164,107); }
td.TdClassName
{
border-color: #85A46B;
}
.TagClassName
{
border-color: #85A46B;
}
</style>