#80A35F

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

Shades of Asparagus #80A35F

Tints of Asparagus #80A35F

Color information

#80A35F (or 0x80A35F) is unknown color: approx Asparagus. HEX triplet: 80, A3 and 5F. RGB value is (128,163,95). Sum of RGB (Red+Green+Blue) = 128+163+95=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #80A35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A35F is #7F5CA0. Grayscale: #919191. Windows color (decimal): -8346785 or 6267776. OLE color: 6267776.

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

Color convert

RGB12816395-
CMYK0.2100.420.36
HSL90.88º26.98%50.59%-
HSV(B)90.88º41.72%63.92%-
XYZ24.0631.6115.66-
YUV144.7899.9116.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=33.16%
G=42.23%
B=24.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128163950.2100.420.3690.8826.9850.59
Hex80A35F1502A245b1b33
Octal20024313725052441333363
Binary10000000101000111011111101010101010100100101101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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