Html Css Color HEX #80A565 Asparagus

📋 copy color: '#80A565'

red 128 ◦ green 165 ◦ blue 101

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

Shades of Asparagus #80A565

Tints of Asparagus #80A565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 32.49%
G = 41.88%
B = 25.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#80A565 (or 0x80A565) is known color: Asparagus. HEX triplet: 80, A5 and 65. RGB value is (128,165,101). Sum of RGB (Red+Green+Blue) = 128+165+101=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #80A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A565 is #7F5A9A. Grayscale: #929292. Windows color (decimal): -8346267 or 6661504. OLE color: 6661504.

HSL color Cylindrical-coordinate representation of color #80A565: hue angle of 94.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80A565 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 101 -
CMYK 0.22 0 0.39 0.35
HSL 94.69º 0.26% 0.52% -
HSV(B) 94.69º 0.39% 0.65% -
XYZ 24.71 32.44 17.27 -
YUV 146.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 128 165 101 0.22 0 0.39 0.35 94.69 0.26 0.52
Hex 80 A5 65 16 0 27 23 5F 1A 34
Octal 200 245 145 26 0 47 43 137 32 64
Binary 10000000 10100101 1100101 10110 0 100111 100011 1011111 11010 110100

Color Harmonies of #80A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A565

Black with #80A565

Text Example


Text Example

White with #80A565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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