Html Css Color HEX #80AB66 Asparagus

📋 copy color: '#80AB66'

red 128 ◦ green 171 ◦ blue 102

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

Shades of Asparagus #80AB66

Tints of Asparagus #80AB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.44%

R = 31.92%
G = 42.64%
B = 25.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#80AB66 (or 0x80AB66) is known color: Asparagus. HEX triplet: 80, AB and 66. RGB value is (128,171,102). Sum of RGB (Red+Green+Blue) = 128+171+102=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB66 is #7F5499. Grayscale: #969696. Windows color (decimal): -8344730 or 6728576. OLE color: 6728576.

HSL color Cylindrical-coordinate representation of color #80AB66: hue angle of 97.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AB66 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 102 -
CMYK 0.25 0 0.40 0.33
HSL 97.39º 0.29% 0.54% -
HSV(B) 97.39º 0.4% 0.67% -
XYZ 25.86 34.67 17.9 -
YUV 150.28 100.75 112.11 -
System Red Green Blue C M Y K H S L
Decimal 128 171 102 0.25 0 0.40 0.33 97.39 0.29 0.54
Hex 80 AB 66 19 0 28 21 61 1D 36
Octal 200 253 146 31 0 50 41 141 35 66
Binary 10000000 10101011 1100110 11001 0 101000 100001 1100001 11101 110110

Color Harmonies of #80AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB66

Black with #80AB66

Text Example


Text Example

White with #80AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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