#80A967

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

Shades of Asparagus #80A967

Tints of Asparagus #80A967

Color information

#80A967 (or 0x80A967) is unknown color: approx Asparagus. HEX triplet: 80, A9 and 67. RGB value is (128,169,103). Sum of RGB (Red+Green+Blue) = 128+169+103=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #80A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A967 is #7F5698. Grayscale: #959595. Windows color (decimal): -8345241 or 6793600. OLE color: 6793600.

HSL color Cylindrical-coordinate representation of color #80A967: hue angle of 97.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80A967 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB128169103-
CMYK0.2400.390.34
HSL97.27º27.73%53.33%-
HSV(B)97.27º39.05%66.27%-
XYZ25.5433.9418.04-
YUV149.22101.92112.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 169 (66.41% from 255) = 42.25%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=32%
G=42.25%
B=25.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281691030.2400.390.3497.2727.7353.33
Hex80A9671802722611c35
Octal20025114730047421413465
Binary10000000101010011100111110000100111100010110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,169,103); }

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

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

 a { background-color: rgb(128,169,103); }

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

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

 span { border-color: rgb(128,169,103); }

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