#80AA63

Color #80AA63 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #80AA63

Tints of Asparagus #80AA63

Color information

#80AA63 (or 0x80AA63) is unknown color: approx Asparagus. HEX triplet: 80, AA and 63. RGB value is (128,170,99). Sum of RGB (Red+Green+Blue) = 128+170+99=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA63 is #7F559C. Grayscale: #959595. Windows color (decimal): -8344989 or 6531712. OLE color: 6531712.

HSL color Cylindrical-coordinate representation of color #80AA63: hue angle of 95.49º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AA63 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB12817099-
CMYK0.2500.420.33
HSL95.49º29.46%52.75%-
HSV(B)95.49º41.76%66.67%-
XYZ25.5334.2417.07-
YUV149.3599.59112.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=32.24%
G=42.82%
B=24.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128170990.2500.420.3395.4929.4652.75
Hex80AA631902A215f1d35
Octal20025214331052411373565
Binary10000000101010101100011110010101010100001101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AA63; }

 p { color: rgb(128,170,99); }

 H1.HeaderClassName
 {
   color: #80AA63;
 }
 .AnyTagClassName
 {
   color: #80AA63;
 }
</style>
background-color css

<style>
 a { background-color: #80AA63; }

 a { background-color: rgb(128,170,99); }

 div.DivClassName
 {
   background-color: #80AA63;
 }
 .BgClassName
 {
   background-color: #80AA63;
 }
</style>
border-color css

<style>
 span { border-color: #80AA63; }

 span { border-color: rgb(128,170,99); }

 td.TdClassName
 {
   border-color: #80AA63;
 }
 .TagClassName
 {
   border-color: #80AA63;
 }
</style>