Html Css Color HEX #80A45D Asparagus

📋 copy color: '#80A45D'

red 128 ◦ green 164 ◦ blue 93

#80A45D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #80A45D

Tints of Asparagus #80A45D

RGB

 RED value IS 128 (50.39% from 255) = 33.25%

 GREEN value IS 164 (64.45% from 255) = 42.6%

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 33.25%
G = 42.6%
B = 24.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#80A45D (or 0x80A45D) is known color: Asparagus. HEX triplet: 80, A4 and 5D. RGB value is (128,164,93). Sum of RGB (Red+Green+Blue) = 128+164+93=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #80A45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A45D is #7F5BA2. Grayscale: #919191. Windows color (decimal): -8346531 or 6136960. OLE color: 6136960.

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

Color convert

RGB 128 164 93 -
CMYK 0.22 0 0.43 0.36
HSL 90.42º 0.28% 0.5% -
HSV(B) 90.42º 0.43% 0.64% -
XYZ 24.15 31.93 15.25 -
YUV 145.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 128 164 93 0.22 0 0.43 0.36 90.42 0.28 0.5
Hex 80 A4 5D 16 0 2B 24 5A 1C 32
Octal 200 244 135 26 0 53 44 132 34 62
Binary 10000000 10100100 1011101 10110 0 101011 100100 1011010 11100 110010

Color Harmonies of #80A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A45D

Black with #80A45D

Text Example


Text Example

White with #80A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,93); }

 H1.HeaderClassName
 {
   color: #80A45D;
 }
 .AnyTagClassName
 {
   color: #80A45D;
 }
</style>

background-color css

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

 a { background-color: rgb(128,164,93); }

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

border-color css

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

 span { border-color: rgb(128,164,93); }

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