#80AA59

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

Shades of Asparagus #80AA59

Tints of Asparagus #80AA59

Color information

#80AA59 (or 0x80AA59) is unknown color: approx Asparagus. HEX triplet: 80, AA and 59. RGB value is (128,170,89). Sum of RGB (Red+Green+Blue) = 128+170+89=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA59 is #7F55A6. Grayscale: #949494. Windows color (decimal): -8344999 or 5876352. OLE color: 5876352.

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

Color convert

RGB12817089-
CMYK0.2500.480.33
HSL91.11º32.27%50.78%-
HSV(B)91.11º47.65%66.67%-
XYZ25.0834.0614.7-
YUV148.2194.59113.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=33.07%
G=43.93%
B=23.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128170890.2500.480.3391.1132.2750.78
Hex80AA5919030215b2033
Octal20025213131060411334063
Binary100000001010101010110011100101100001000011011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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