Html Css Color HEX #80A356 Asparagus

📋 copy color: '#80A356'

red 128 ◦ green 163 ◦ blue 86

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

Shades of Asparagus #80A356

Tints of Asparagus #80A356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 33.95%
G = 43.24%
B = 22.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#80A356 (or 0x80A356) is known color: Asparagus. HEX triplet: 80, A3 and 56. RGB value is (128,163,86). Sum of RGB (Red+Green+Blue) = 128+163+86=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #80A356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A356 is #7F5CA9. Grayscale: #909090. Windows color (decimal): -8346794 or 5677952. OLE color: 5677952.

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

Color convert

RGB 128 163 86 -
CMYK 0.21 0 0.47 0.36
HSL 87.27º 0.31% 0.49% -
HSV(B) 87.27º 0.47% 0.64% -
XYZ 23.68 31.46 13.63 -
YUV 143.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 128 163 86 0.21 0 0.47 0.36 87.27 0.31 0.49
Hex 80 A3 56 15 0 2F 24 57 1F 31
Octal 200 243 126 25 0 57 44 127 37 61
Binary 10000000 10100011 1010110 10101 0 101111 100100 1010111 11111 110001

Color Harmonies of #80A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A356

Black with #80A356

Text Example


Text Example

White with #80A356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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