#80A461

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

Shades of Asparagus #80A461

Tints of Asparagus #80A461

Color information

#80A461 (or 0x80A461) is unknown color: approx Asparagus. HEX triplet: 80, A4 and 61. RGB value is (128,164,97). Sum of RGB (Red+Green+Blue) = 128+164+97=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #80A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A461 is #7F5B9E. Grayscale: #919191. Windows color (decimal): -8346527 or 6399104. OLE color: 6399104.

HSL color Cylindrical-coordinate representation of color #80A461: hue angle of 92.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80A461 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB12816497-
CMYK0.2200.410.36
HSL92.24º26.91%51.18%-
HSV(B)92.24º40.85%64.31%-
XYZ24.343216.2-
YUV145.6100.57115.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=32.90%
G=42.16%
B=24.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164970.2200.410.3692.2426.9151.18
Hex80A46116029245c1b33
Octal20024414126051441343363
Binary10000000101001001100001101100101001100100101110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,164,97); }

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

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

 a { background-color: rgb(128,164,97); }

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

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

 span { border-color: rgb(128,164,97); }

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