Shades of Asparagus #84A166
Tints of Asparagus #84A166
RGB
CMYK
RGB Variations
Color information
#84A166 (or 0x84A166) is known color: Asparagus. HEX triplet: 84, A1 and 66. RGB value is (132,161,102). Sum of RGB (Red+Green+Blue) = 132+161+102=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #84A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A166 is #7B5E99. Grayscale: #919191. Windows color (decimal): -8085146 or 6726020. OLE color: 6726020.
HSL color Cylindrical-coordinate representation of color #84A166: hue angle of 89.49º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84A166 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 102 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.37 |
| HSL | 89.49º | 0.24% | 0.52% | - |
| HSV(B) | 89.49º | 0.37% | 0.63% | - |
| XYZ | 24.66 | 31.35 | 17.32 | - |
| YUV | 145.6 | 103.39 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 102 | 0.18 | 0 | 0.37 | 0.37 | 89.49 | 0.24 | 0.52 |
| Hex | 84 | A1 | 66 | 12 | 0 | 25 | 25 | 59 | 18 | 34 |
| Octal | 204 | 241 | 146 | 22 | 0 | 45 | 45 | 131 | 30 | 64 |
| Binary | 10000100 | 10100001 | 1100110 | 10010 | 0 | 100101 | 100101 | 1011001 | 11000 | 110100 |
Color Harmonies of #84A166
Complementary color
Monochromatic Colors of #84A166
Black with #84A166
Text Example
Text Example
White with #84A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A166; }
p { color: rgb(132,161,102); }
H1.HeaderClassName
{
color: #84A166;
}
.AnyTagClassName
{
color: #84A166;
}
</style>
background-color css
<style>
a { background-color: #84A166; }
a { background-color: rgb(132,161,102); }
div.DivClassName
{
background-color: #84A166;
}
.BgClassName
{
background-color: #84A166;
}
</style>
border-color css
<style>
span { border-color: #84A166; }
span { border-color: rgb(132,161,102); }
td.TdClassName
{
border-color: #84A166;
}
.TagClassName
{
border-color: #84A166;
}
</style>