#80A35C

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

Shades of Asparagus #80A35C

Tints of Asparagus #80A35C

Color information

#80A35C (or 0x80A35C) is unknown color: approx Asparagus. HEX triplet: 80, A3 and 5C. RGB value is (128,163,92). Sum of RGB (Red+Green+Blue) = 128+163+92=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #80A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A35C is #7F5CA3. Grayscale: #909090. Windows color (decimal): -8346788 or 6071168. OLE color: 6071168.

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

Color convert

RGB12816392-
CMYK0.2100.440.36
HSL89.58º27.84%50%-
HSV(B)89.58º43.56%63.92%-
XYZ23.9331.5614.95-
YUV144.4498.4116.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=33.42%
G=42.56%
B=24.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128163920.2100.440.3689.5827.8450
Hex80A35C1502C245a1c32
Octal20024313425054441323462
Binary10000000101000111011100101010101100100100101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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