#80AB5C

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

Shades of Asparagus #80AB5C

Tints of Asparagus #80AB5C

Color information

#80AB5C (or 0x80AB5C) is unknown color: approx Asparagus. HEX triplet: 80, AB and 5C. RGB value is (128,171,92). Sum of RGB (Red+Green+Blue) = 128+171+92=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB5C is #7F54A3. Grayscale: #959595. Windows color (decimal): -8344740 or 6073216. OLE color: 6073216.

HSL color Cylindrical-coordinate representation of color #80AB5C: hue angle of 92.66º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80AB5C is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB12817192-
CMYK0.2500.460.33
HSL92.66º31.98%51.57%-
HSV(B)92.66º46.2%67.06%-
XYZ25.434.4915.44-
YUV149.1495.75112.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=32.74%
G=43.73%
B=23.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128171920.2500.460.3392.6631.9851.57
Hex80AB5C1902E215d2034
Octal20025313431056411354064
Binary100000001010101110111001100101011101000011011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,92); }

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

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

 a { background-color: rgb(128,171,92); }

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

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

 span { border-color: rgb(128,171,92); }

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