Shades of Asparagus #84A266
Tints of Asparagus #84A266
RGB
CMYK
RGB Variations
Color information
#84A266 (or 0x84A266) is known color: Asparagus. HEX triplet: 84, A2 and 66. RGB value is (132,162,102). Sum of RGB (Red+Green+Blue) = 132+162+102=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #84A266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A266 is #7B5D99. Grayscale: #929292. Windows color (decimal): -8084890 or 6726276. OLE color: 6726276.
HSL color Cylindrical-coordinate representation of color #84A266: hue angle of 90º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84A266 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 102 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.36 |
| HSL | 90º | 0.24% | 0.52% | - |
| HSV(B) | 90º | 0.37% | 0.64% | - |
| XYZ | 24.83 | 31.71 | 17.38 | - |
| YUV | 146.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 102 | 0.19 | 0 | 0.37 | 0.36 | 90 | 0.24 | 0.52 |
| Hex | 84 | A2 | 66 | 13 | 0 | 25 | 24 | 5A | 18 | 34 |
| Octal | 204 | 242 | 146 | 23 | 0 | 45 | 44 | 132 | 30 | 64 |
| Binary | 10000100 | 10100010 | 1100110 | 10011 | 0 | 100101 | 100100 | 1011010 | 11000 | 110100 |
Color Harmonies of #84A266
Complementary color
Monochromatic Colors of #84A266
Black with #84A266
Text Example
Text Example
White with #84A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A266; }
p { color: rgb(132,162,102); }
H1.HeaderClassName
{
color: #84A266;
}
.AnyTagClassName
{
color: #84A266;
}
</style>
background-color css
<style>
a { background-color: #84A266; }
a { background-color: rgb(132,162,102); }
div.DivClassName
{
background-color: #84A266;
}
.BgClassName
{
background-color: #84A266;
}
</style>
border-color css
<style>
span { border-color: #84A266; }
span { border-color: rgb(132,162,102); }
td.TdClassName
{
border-color: #84A266;
}
.TagClassName
{
border-color: #84A266;
}
</style>