Html Css Color HEX #80A656 Asparagus

📋 copy color: '#80A656'

red 128 ◦ green 166 ◦ blue 86

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

Shades of Asparagus #80A656

Tints of Asparagus #80A656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

 BLUE value IS 86 (33.98% from 255) = 22.63%

R = 33.68%
G = 43.68%
B = 22.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#80A656 (or 0x80A656) is known color: Asparagus. HEX triplet: 80, A6 and 56. RGB value is (128,166,86). Sum of RGB (Red+Green+Blue) = 128+166+86=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #80A656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A656 is #7F59A9. Grayscale: #919191. Windows color (decimal): -8346026 or 5678720. OLE color: 5678720.

HSL color Cylindrical-coordinate representation of color #80A656: hue angle of 88.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80A656 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 86 -
CMYK 0.23 0 0.48 0.35
HSL 88.5º 0.32% 0.49% -
HSV(B) 88.5º 0.48% 0.65% -
XYZ 24.22 32.53 13.81 -
YUV 145.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 128 166 86 0.23 0 0.48 0.35 88.5 0.32 0.49
Hex 80 A6 56 17 0 30 23 58 20 31
Octal 200 246 126 27 0 60 43 130 40 61
Binary 10000000 10100110 1010110 10111 0 110000 100011 1011000 100000 110001

Color Harmonies of #80A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A656

Black with #80A656

Text Example


Text Example

White with #80A656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,166,86); }

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

background-color css

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

 a { background-color: rgb(128,166,86); }

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

border-color css

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

 span { border-color: rgb(128,166,86); }

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