Shades of Asparagus #80A265
Tints of Asparagus #80A265
RGB
CMYK
RGB Variations
Color information
#80A265 (or 0x80A265) is known color: Asparagus. HEX triplet: 80, A2 and 65. RGB value is (128,162,101). Sum of RGB (Red+Green+Blue) = 128+162+101=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #80A265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A265 is #7F5D9A. Grayscale: #919191. Windows color (decimal): -8347035 or 6660736. OLE color: 6660736.
HSL color Cylindrical-coordinate representation of color #80A265: hue angle of 93.44º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80A265 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 101 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.36 |
| HSL | 93.44º | 0.25% | 0.52% | - |
| HSV(B) | 93.44º | 0.38% | 0.64% | - |
| XYZ | 24.17 | 31.37 | 17.09 | - |
| YUV | 144.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 101 | 0.21 | 0 | 0.38 | 0.36 | 93.44 | 0.25 | 0.52 |
| Hex | 80 | A2 | 65 | 15 | 0 | 26 | 24 | 5D | 19 | 34 |
| Octal | 200 | 242 | 145 | 25 | 0 | 46 | 44 | 135 | 31 | 64 |
| Binary | 10000000 | 10100010 | 1100101 | 10101 | 0 | 100110 | 100100 | 1011101 | 11001 | 110100 |
Color Harmonies of #80A265
Complementary color
Monochromatic Colors of #80A265
Black with #80A265
Text Example
Text Example
White with #80A265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A265; }
p { color: rgb(128,162,101); }
H1.HeaderClassName
{
color: #80A265;
}
.AnyTagClassName
{
color: #80A265;
}
</style>
background-color css
<style>
a { background-color: #80A265; }
a { background-color: rgb(128,162,101); }
div.DivClassName
{
background-color: #80A265;
}
.BgClassName
{
background-color: #80A265;
}
</style>
border-color css
<style>
span { border-color: #80A265; }
span { border-color: rgb(128,162,101); }
td.TdClassName
{
border-color: #80A265;
}
.TagClassName
{
border-color: #80A265;
}
</style>