#80A55E

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

Shades of Asparagus #80A55E

Tints of Asparagus #80A55E

Color information

#80A55E (or 0x80A55E) is unknown color: approx Asparagus. HEX triplet: 80, A5 and 5E. RGB value is (128,165,94). Sum of RGB (Red+Green+Blue) = 128+165+94=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #80A55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A55E is #7F5AA1. Grayscale: #929292. Windows color (decimal): -8346274 or 6202752. OLE color: 6202752.

HSL color Cylindrical-coordinate representation of color #80A55E: hue angle of 91.27º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80A55E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB12816594-
CMYK0.2200.430.35
HSL91.27º28.29%50.78%-
HSV(B)91.27º43.03%64.71%-
XYZ24.3832.3115.54-
YUV145.8498.74115.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=33.07%
G=42.64%
B=24.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128165940.2200.430.3591.2728.2950.78
Hex80A55E1602B235b1c33
Octal20024513626053431333463
Binary10000000101001011011110101100101011100011101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,94); }

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

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

 a { background-color: rgb(128,165,94); }

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

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

 span { border-color: rgb(128,165,94); }

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