Shades of Asparagus #84A168
Tints of Asparagus #84A168
RGB
CMYK
RGB Variations
Color information
#84A168 (or 0x84A168) is known color: Asparagus. HEX triplet: 84, A1 and 68. RGB value is (132,161,104). Sum of RGB (Red+Green+Blue) = 132+161+104=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #84A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A168 is #7B5E97. Grayscale: #929292. Windows color (decimal): -8085144 or 6857092. OLE color: 6857092.
HSL color Cylindrical-coordinate representation of color #84A168: hue angle of 90.53º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A168 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 104 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.37 |
| HSL | 90.53º | 0.23% | 0.52% | - |
| HSV(B) | 90.53º | 0.35% | 0.63% | - |
| XYZ | 24.76 | 31.39 | 17.85 | - |
| YUV | 145.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 104 | 0.18 | 0 | 0.35 | 0.37 | 90.53 | 0.23 | 0.52 |
| Hex | 84 | A1 | 68 | 12 | 0 | 23 | 25 | 5B | 17 | 34 |
| Octal | 204 | 241 | 150 | 22 | 0 | 43 | 45 | 133 | 27 | 64 |
| Binary | 10000100 | 10100001 | 1101000 | 10010 | 0 | 100011 | 100101 | 1011011 | 10111 | 110100 |
Color Harmonies of #84A168
Complementary color
Monochromatic Colors of #84A168
Black with #84A168
Text Example
Text Example
White with #84A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A168; }
p { color: rgb(132,161,104); }
H1.HeaderClassName
{
color: #84A168;
}
.AnyTagClassName
{
color: #84A168;
}
</style>
background-color css
<style>
a { background-color: #84A168; }
a { background-color: rgb(132,161,104); }
div.DivClassName
{
background-color: #84A168;
}
.BgClassName
{
background-color: #84A168;
}
</style>
border-color css
<style>
span { border-color: #84A168; }
span { border-color: rgb(132,161,104); }
td.TdClassName
{
border-color: #84A168;
}
.TagClassName
{
border-color: #84A168;
}
</style>