Html Css Color HEX #80AB62 Asparagus

📋 copy color: '#80AB62'

red 128 ◦ green 171 ◦ blue 98

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

Shades of Asparagus #80AB62

Tints of Asparagus #80AB62

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 32.24%
G = 43.07%
B = 24.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#80AB62 (or 0x80AB62) is known color: Asparagus. HEX triplet: 80, AB and 62. RGB value is (128,171,98). Sum of RGB (Red+Green+Blue) = 128+171+98=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB62 is #7F549D. Grayscale: #969696. Windows color (decimal): -8344734 or 6466432. OLE color: 6466432.

HSL color Cylindrical-coordinate representation of color #80AB62: hue angle of 95.34º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AB62 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 98 -
CMYK 0.25 0 0.43 0.33
HSL 95.34º 0.3% 0.53% -
HSV(B) 95.34º 0.43% 0.67% -
XYZ 25.67 34.6 16.88 -
YUV 149.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 128 171 98 0.25 0 0.43 0.33 95.34 0.3 0.53
Hex 80 AB 62 19 0 2B 21 5F 1E 35
Octal 200 253 142 31 0 53 41 137 36 65
Binary 10000000 10101011 1100010 11001 0 101011 100001 1011111 11110 110101

Color Harmonies of #80AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB62

Black with #80AB62

Text Example


Text Example

White with #80AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,171,98); }

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

background-color css

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

 a { background-color: rgb(128,171,98); }

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

border-color css

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

 span { border-color: rgb(128,171,98); }

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