#80A257

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

Shades of Asparagus #80A257

Tints of Asparagus #80A257

Color information

#80A257 (or 0x80A257) is unknown color: approx Asparagus. HEX triplet: 80, A2 and 57. RGB value is (128,162,87). Sum of RGB (Red+Green+Blue) = 128+162+87=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #80A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A257 is #7F5DA8. Grayscale: #8F8F8F. Windows color (decimal): -8347049 or 5743232. OLE color: 5743232.

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

Color convert

RGB12816287-
CMYK0.2100.460.36
HSL87.2º30.12%48.82%-
HSV(B)87.2º46.3%63.53%-
XYZ23.5431.1213.78-
YUV143.2896.24117.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=33.95%
G=42.97%
B=23.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128162870.2100.460.3687.230.1248.82
Hex80A2571502E24571e31
Octal20024212725056441273661
Binary10000000101000101010111101010101110100100101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,162,87); }

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

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

 a { background-color: rgb(128,162,87); }

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

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

 span { border-color: rgb(128,162,87); }

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