#80A456

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

Shades of Asparagus #80A456

Tints of Asparagus #80A456

Color information

#80A456 (or 0x80A456) is unknown color: approx Asparagus. HEX triplet: 80, A4 and 56. RGB value is (128,164,86). Sum of RGB (Red+Green+Blue) = 128+164+86=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #80A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A456 is #7F5BA9. Grayscale: #909090. Windows color (decimal): -8346538 or 5678208. OLE color: 5678208.

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

Color convert

RGB12816486-
CMYK0.2200.480.36
HSL87.69º31.2%49.02%-
HSV(B)87.69º47.56%64.31%-
XYZ23.8631.8113.69-
YUV144.3495.07116.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=33.86%
G=43.39%
B=22.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164860.2200.480.3687.6931.249.02
Hex80A4561603024581f31
Octal20024412626060441303761
Binary10000000101001001010110101100110000100100101100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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