Shades of Asparagus #84A067
Tints of Asparagus #84A067
RGB
CMYK
RGB Variations
Color information
#84A067 (or 0x84A067) is known color: Asparagus. HEX triplet: 84, A0 and 67. RGB value is (132,160,103). Sum of RGB (Red+Green+Blue) = 132+160+103=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #84A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A067 is #7B5F98. Grayscale: #919191. Windows color (decimal): -8085401 or 6791300. OLE color: 6791300.
HSL color Cylindrical-coordinate representation of color #84A067: hue angle of 89.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84A067 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 103 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.37 |
| HSL | 89.47º | 0.23% | 0.52% | - |
| HSV(B) | 89.47º | 0.36% | 0.63% | - |
| XYZ | 24.53 | 31.03 | 17.53 | - |
| YUV | 145.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 103 | 0.17 | 0 | 0.36 | 0.37 | 89.47 | 0.23 | 0.52 |
| Hex | 84 | A0 | 67 | 11 | 0 | 24 | 25 | 59 | 17 | 34 |
| Octal | 204 | 240 | 147 | 21 | 0 | 44 | 45 | 131 | 27 | 64 |
| Binary | 10000100 | 10100000 | 1100111 | 10001 | 0 | 100100 | 100101 | 1011001 | 10111 | 110100 |
Color Harmonies of #84A067
Complementary color
Monochromatic Colors of #84A067
Black with #84A067
Text Example
Text Example
White with #84A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A067; }
p { color: rgb(132,160,103); }
H1.HeaderClassName
{
color: #84A067;
}
.AnyTagClassName
{
color: #84A067;
}
</style>
background-color css
<style>
a { background-color: #84A067; }
a { background-color: rgb(132,160,103); }
div.DivClassName
{
background-color: #84A067;
}
.BgClassName
{
background-color: #84A067;
}
</style>
border-color css
<style>
span { border-color: #84A067; }
span { border-color: rgb(132,160,103); }
td.TdClassName
{
border-color: #84A067;
}
.TagClassName
{
border-color: #84A067;
}
</style>