#80A356

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

Shades of Asparagus #80A356

Tints of Asparagus #80A356

Color information

#80A356 (or 0x80A356) is unknown color: approx Asparagus. HEX triplet: 80, A3 and 56. RGB value is (128,163,86). Sum of RGB (Red+Green+Blue) = 128+163+86=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #80A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A356 is #7F5CA9. Grayscale: #909090. Windows color (decimal): -8346794 or 5677952. OLE color: 5677952.

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

Color convert

RGB12816386-
CMYK0.2100.470.36
HSL87.27º30.92%48.82%-
HSV(B)87.27º47.24%63.92%-
XYZ23.6831.4613.63-
YUV143.7695.4116.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=33.95%
G=43.24%
B=22.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128163860.2100.470.3687.2730.9248.82
Hex80A3561502F24571f31
Octal20024312625057441273761
Binary10000000101000111010110101010101111100100101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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