Html Css Color HEX #80A556 Asparagus

📋 copy color: '#80A556'

red 128 ◦ green 165 ◦ blue 86

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

Shades of Asparagus #80A556

Tints of Asparagus #80A556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

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

R = 33.77%
G = 43.54%
B = 22.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#80A556 (or 0x80A556) is known color: Asparagus. HEX triplet: 80, A5 and 56. RGB value is (128,165,86). Sum of RGB (Red+Green+Blue) = 128+165+86=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #80A556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A556 is #7F5AA9. Grayscale: #919191. Windows color (decimal): -8346282 or 5678464. OLE color: 5678464.

HSL color Cylindrical-coordinate representation of color #80A556: hue angle of 88.1º degrees, saturation: 0.31, 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 #80A556 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 86 -
CMYK 0.22 0 0.48 0.35
HSL 88.1º 0.31% 0.49% -
HSV(B) 88.1º 0.48% 0.65% -
XYZ 24.04 32.17 13.75 -
YUV 144.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 128 165 86 0.22 0 0.48 0.35 88.1 0.31 0.49
Hex 80 A5 56 16 0 30 23 58 1F 31
Octal 200 245 126 26 0 60 43 130 37 61
Binary 10000000 10100101 1010110 10110 0 110000 100011 1011000 11111 110001

Color Harmonies of #80A556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A556

Black with #80A556

Text Example


Text Example

White with #80A556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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