Shades of Asparagus #849F66
Tints of Asparagus #849F66
RGB
CMYK
RGB Variations
Color information
#849F66 (or 0x849F66) is known color: Asparagus. HEX triplet: 84, 9F and 66. RGB value is (132,159,102). Sum of RGB (Red+Green+Blue) = 132+159+102=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #849F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F66 is #7B6099. Grayscale: #909090. Windows color (decimal): -8085658 or 6725508. OLE color: 6725508.
HSL color Cylindrical-coordinate representation of color #849F66: hue angle of 88.42º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849F66 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 102 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.38 |
| HSL | 88.42º | 0.23% | 0.51% | - |
| HSV(B) | 88.42º | 0.36% | 0.62% | - |
| XYZ | 24.31 | 30.66 | 17.21 | - |
| YUV | 144.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 102 | 0.17 | 0 | 0.36 | 0.38 | 88.42 | 0.23 | 0.51 |
| Hex | 84 | 9F | 66 | 11 | 0 | 24 | 26 | 58 | 17 | 33 |
| Octal | 204 | 237 | 146 | 21 | 0 | 44 | 46 | 130 | 27 | 63 |
| Binary | 10000100 | 10011111 | 1100110 | 10001 | 0 | 100100 | 100110 | 1011000 | 10111 | 110011 |
Color Harmonies of #849F66
Complementary color
Monochromatic Colors of #849F66
Black with #849F66
Text Example
Text Example
White with #849F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F66; }
p { color: rgb(132,159,102); }
H1.HeaderClassName
{
color: #849F66;
}
.AnyTagClassName
{
color: #849F66;
}
</style>
background-color css
<style>
a { background-color: #849F66; }
a { background-color: rgb(132,159,102); }
div.DivClassName
{
background-color: #849F66;
}
.BgClassName
{
background-color: #849F66;
}
</style>
border-color css
<style>
span { border-color: #849F66; }
span { border-color: rgb(132,159,102); }
td.TdClassName
{
border-color: #849F66;
}
.TagClassName
{
border-color: #849F66;
}
</style>