Html Css Color HEX #80A863 Asparagus

📋 copy color: '#80A863'

red 128 ◦ green 168 ◦ blue 99

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

Shades of Asparagus #80A863

Tints of Asparagus #80A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

 BLUE value IS 99 (39.06% from 255) = 25.06%

R = 32.41%
G = 42.53%
B = 25.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#80A863 (or 0x80A863) is known color: Asparagus. HEX triplet: 80, A8 and 63. RGB value is (128,168,99). Sum of RGB (Red+Green+Blue) = 128+168+99=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #80A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A863 is #7F579C. Grayscale: #949494. Windows color (decimal): -8345501 or 6531200. OLE color: 6531200.

HSL color Cylindrical-coordinate representation of color #80A863: hue angle of 94.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80A863 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 168 99 -
CMYK 0.24 0 0.41 0.34
HSL 94.78º 0.28% 0.52% -
HSV(B) 94.78º 0.41% 0.66% -
XYZ 25.16 33.5 16.94 -
YUV 148.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 128 168 99 0.24 0 0.41 0.34 94.78 0.28 0.52
Hex 80 A8 63 18 0 29 22 5F 1C 34
Octal 200 250 143 30 0 51 42 137 34 64
Binary 10000000 10101000 1100011 11000 0 101001 100010 1011111 11100 110100

Color Harmonies of #80A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A863

Black with #80A863

Text Example


Text Example

White with #80A863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,99); }

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

background-color css

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

 a { background-color: rgb(128,168,99); }

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

border-color css

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

 span { border-color: rgb(128,168,99); }

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