Shades of Asparagus #84A369
Tints of Asparagus #84A369
RGB
CMYK
RGB Variations
Color information
#84A369 (or 0x84A369) is known color: Asparagus. HEX triplet: 84, A3 and 69. RGB value is (132,163,105). Sum of RGB (Red+Green+Blue) = 132+163+105=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #84A369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A369 is #7B5C96. Grayscale: #939393. Windows color (decimal): -8084631 or 6923140. OLE color: 6923140.
HSL color Cylindrical-coordinate representation of color #84A369: hue angle of 92.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84A369 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 105 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.36 |
| HSL | 92.07º | 0.24% | 0.53% | - |
| HSV(B) | 92.07º | 0.36% | 0.64% | - |
| XYZ | 25.16 | 32.12 | 18.24 | - |
| YUV | 147.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 105 | 0.19 | 0 | 0.36 | 0.36 | 92.07 | 0.24 | 0.53 |
| Hex | 84 | A3 | 69 | 13 | 0 | 24 | 24 | 5C | 18 | 35 |
| Octal | 204 | 243 | 151 | 23 | 0 | 44 | 44 | 134 | 30 | 65 |
| Binary | 10000100 | 10100011 | 1101001 | 10011 | 0 | 100100 | 100100 | 1011100 | 11000 | 110101 |
Color Harmonies of #84A369
Complementary color
Monochromatic Colors of #84A369
Black with #84A369
Text Example
Text Example
White with #84A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A369; }
p { color: rgb(132,163,105); }
H1.HeaderClassName
{
color: #84A369;
}
.AnyTagClassName
{
color: #84A369;
}
</style>
background-color css
<style>
a { background-color: #84A369; }
a { background-color: rgb(132,163,105); }
div.DivClassName
{
background-color: #84A369;
}
.BgClassName
{
background-color: #84A369;
}
</style>
border-color css
<style>
span { border-color: #84A369; }
span { border-color: rgb(132,163,105); }
td.TdClassName
{
border-color: #84A369;
}
.TagClassName
{
border-color: #84A369;
}
</style>