#80A167

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

Shades of Asparagus #80A167

Tints of Asparagus #80A167

Color information

#80A167 (or 0x80A167) is unknown color: approx Asparagus. HEX triplet: 80, A1 and 67. RGB value is (128,161,103). Sum of RGB (Red+Green+Blue) = 128+161+103=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #80A167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A167 is #7F5E98. Grayscale: #909090. Windows color (decimal): -8347289 or 6791552. OLE color: 6791552.

HSL color Cylindrical-coordinate representation of color #80A167: hue angle of 94.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80A167 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB128161103-
CMYK0.2000.360.37
HSL94.14º23.58%51.76%-
HSV(B)94.14º36.02%63.14%-
XYZ24.131.0617.56-
YUV144.52104.57116.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 161 (63.28% from 255) = 41.07%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=32.65%
G=41.07%
B=26.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1281611030.2000.360.3794.1423.5851.76
Hex80A16714024255e1834
Octal20024114724044451363064
Binary10000000101000011100111101000100100100101101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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