Html Css Color HEX #80A65B Asparagus

📋 copy color: '#80A65B'

red 128 ◦ green 166 ◦ blue 91

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

Shades of Asparagus #80A65B

Tints of Asparagus #80A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 33.25%
G = 43.12%
B = 23.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#80A65B (or 0x80A65B) is known color: Asparagus. HEX triplet: 80, A6 and 5B. RGB value is (128,166,91). Sum of RGB (Red+Green+Blue) = 128+166+91=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #80A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A65B is #7F59A4. Grayscale: #929292. Windows color (decimal): -8346021 or 6006400. OLE color: 6006400.

HSL color Cylindrical-coordinate representation of color #80A65B: hue angle of 90.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80A65B is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 91 -
CMYK 0.23 0 0.45 0.35
HSL 90.4º 0.3% 0.5% -
HSV(B) 90.4º 0.45% 0.65% -
XYZ 24.43 32.62 14.91 -
YUV 146.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 128 166 91 0.23 0 0.45 0.35 90.4 0.3 0.5
Hex 80 A6 5B 17 0 2D 23 5A 1E 32
Octal 200 246 133 27 0 55 43 132 36 62
Binary 10000000 10100110 1011011 10111 0 101101 100011 1011010 11110 110010

Color Harmonies of #80A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A65B

Black with #80A65B

Text Example


Text Example

White with #80A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,166,91); }

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

background-color css

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

 a { background-color: rgb(128,166,91); }

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

border-color css

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

 span { border-color: rgb(128,166,91); }

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