#80A355

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

Shades of Asparagus #80A355

Tints of Asparagus #80A355

Color information

#80A355 (or 0x80A355) is unknown color: approx Asparagus. HEX triplet: 80, A3 and 55. RGB value is (128,163,85). Sum of RGB (Red+Green+Blue) = 128+163+85=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #80A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A355 is #7F5CAA. Grayscale: #8F8F8F. Windows color (decimal): -8346795 or 5612416. OLE color: 5612416.

HSL color Cylindrical-coordinate representation of color #80A355: hue angle of 86.92º 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 #80A355 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB12816385-
CMYK0.2100.480.36
HSL86.92º31.45%48.63%-
HSV(B)86.92º47.85%63.92%-
XYZ23.6431.4413.42-
YUV143.6494.9116.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=34.04%
G=43.35%
B=22.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128163850.2100.480.3686.9231.4548.63
Hex80A3551503024571f31
Octal20024312525060441273761
Binary10000000101000111010101101010110000100100101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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