Shades of Asparagus #84AA6A
Tints of Asparagus #84AA6A
RGB
CMYK
RGB Variations
Color information
#84AA6A (or 0x84AA6A) is known color: Asparagus. HEX triplet: 84, AA and 6A. RGB value is (132,170,106). Sum of RGB (Red+Green+Blue) = 132+170+106=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA6A is #7B5595. Grayscale: #979797. Windows color (decimal): -8082838 or 6990468. OLE color: 6990468.
HSL color Cylindrical-coordinate representation of color #84AA6A: hue angle of 95.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84AA6A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 106 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.33 |
| HSL | 95.63º | 0.27% | 0.54% | - |
| HSV(B) | 95.63º | 0.38% | 0.67% | - |
| XYZ | 26.49 | 34.7 | 18.94 | - |
| YUV | 151.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 106 | 0.22 | 0 | 0.38 | 0.33 | 95.63 | 0.27 | 0.54 |
| Hex | 84 | AA | 6A | 16 | 0 | 26 | 21 | 60 | 1B | 36 |
| Octal | 204 | 252 | 152 | 26 | 0 | 46 | 41 | 140 | 33 | 66 |
| Binary | 10000100 | 10101010 | 1101010 | 10110 | 0 | 100110 | 100001 | 1100000 | 11011 | 110110 |
Color Harmonies of #84AA6A
Complementary color
Monochromatic Colors of #84AA6A
Black with #84AA6A
Text Example
Text Example
White with #84AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA6A; }
p { color: rgb(132,170,106); }
H1.HeaderClassName
{
color: #84AA6A;
}
.AnyTagClassName
{
color: #84AA6A;
}
</style>
background-color css
<style>
a { background-color: #84AA6A; }
a { background-color: rgb(132,170,106); }
div.DivClassName
{
background-color: #84AA6A;
}
.BgClassName
{
background-color: #84AA6A;
}
</style>
border-color css
<style>
span { border-color: #84AA6A; }
span { border-color: rgb(132,170,106); }
td.TdClassName
{
border-color: #84AA6A;
}
.TagClassName
{
border-color: #84AA6A;
}
</style>