Shades of Asparagus #84A668
Tints of Asparagus #84A668
RGB
CMYK
RGB Variations
Color information
#84A668 (or 0x84A668) is known color: Asparagus. HEX triplet: 84, A6 and 68. RGB value is (132,166,104). Sum of RGB (Red+Green+Blue) = 132+166+104=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #84A668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A668 is #7B5997. Grayscale: #949494. Windows color (decimal): -8083864 or 6858372. OLE color: 6858372.
HSL color Cylindrical-coordinate representation of color #84A668: hue angle of 92.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84A668 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 104 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.35 |
| HSL | 92.9º | 0.26% | 0.53% | - |
| HSV(B) | 92.9º | 0.37% | 0.65% | - |
| XYZ | 25.65 | 33.18 | 18.15 | - |
| YUV | 148.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 104 | 0.20 | 0 | 0.37 | 0.35 | 92.9 | 0.26 | 0.53 |
| Hex | 84 | A6 | 68 | 14 | 0 | 25 | 23 | 5D | 1A | 35 |
| Octal | 204 | 246 | 150 | 24 | 0 | 45 | 43 | 135 | 32 | 65 |
| Binary | 10000100 | 10100110 | 1101000 | 10100 | 0 | 100101 | 100011 | 1011101 | 11010 | 110101 |
Color Harmonies of #84A668
Complementary color
Monochromatic Colors of #84A668
Black with #84A668
Text Example
Text Example
White with #84A668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A668; }
p { color: rgb(132,166,104); }
H1.HeaderClassName
{
color: #84A668;
}
.AnyTagClassName
{
color: #84A668;
}
</style>
background-color css
<style>
a { background-color: #84A668; }
a { background-color: rgb(132,166,104); }
div.DivClassName
{
background-color: #84A668;
}
.BgClassName
{
background-color: #84A668;
}
</style>
border-color css
<style>
span { border-color: #84A668; }
span { border-color: rgb(132,166,104); }
td.TdClassName
{
border-color: #84A668;
}
.TagClassName
{
border-color: #84A668;
}
</style>