#80A35A

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

Shades of Asparagus #80A35A

Tints of Asparagus #80A35A

Color information

#80A35A (or 0x80A35A) is unknown color: approx Asparagus. HEX triplet: 80, A3 and 5A. RGB value is (128,163,90). Sum of RGB (Red+Green+Blue) = 128+163+90=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #80A35A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A35A is #7F5CA5. Grayscale: #909090. Windows color (decimal): -8346790 or 5940096. OLE color: 5940096.

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

Color convert

RGB12816390-
CMYK0.2100.450.36
HSL88.77º28.85%49.61%-
HSV(B)88.77º44.79%63.92%-
XYZ23.8431.5214.5-
YUV144.2197.4116.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=33.60%
G=42.78%
B=23.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128163900.2100.450.3688.7728.8549.61
Hex80A35A1502D24591d32
Octal20024313225055441313562
Binary10000000101000111011010101010101101100100101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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