#80A354

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

Shades of Asparagus #80A354

Tints of Asparagus #80A354

Color information

#80A354 (or 0x80A354) is unknown color: approx Asparagus. HEX triplet: 80, A3 and 54. RGB value is (128,163,84). Sum of RGB (Red+Green+Blue) = 128+163+84=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #80A354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A354 is #7F5CAB. Grayscale: #8F8F8F. Windows color (decimal): -8346796 or 5546880. OLE color: 5546880.

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

Color convert

RGB12816384-
CMYK0.2100.480.36
HSL86.58º31.98%48.43%-
HSV(B)86.58º48.47%63.92%-
XYZ23.631.4213.21-
YUV143.5394.4116.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.13%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=34.13%
G=43.47%
B=22.4%

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
Decimal128163840.2100.480.3686.5831.9848.43
Hex80A3541503024572030
Octal20024312425060441274060
Binary100000001010001110101001010101100001001001010111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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