Html Css Color HEX #80A55F Asparagus

📋 copy color: '#80A55F'

red 128 ◦ green 165 ◦ blue 95

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

Shades of Asparagus #80A55F

Tints of Asparagus #80A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 32.99%
G = 42.53%
B = 24.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#80A55F (or 0x80A55F) is known color: Asparagus. HEX triplet: 80, A5 and 5F. RGB value is (128,165,95). Sum of RGB (Red+Green+Blue) = 128+165+95=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #80A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A55F is #7F5AA0. Grayscale: #929292. Windows color (decimal): -8346273 or 6268288. OLE color: 6268288.

HSL color Cylindrical-coordinate representation of color #80A55F: hue angle of 91.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80A55F is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 95 -
CMYK 0.22 0 0.42 0.35
HSL 91.71º 0.28% 0.51% -
HSV(B) 91.71º 0.42% 0.65% -
XYZ 24.42 32.33 15.78 -
YUV 145.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 128 165 95 0.22 0 0.42 0.35 91.71 0.28 0.51
Hex 80 A5 5F 16 0 2A 23 5C 1C 33
Octal 200 245 137 26 0 52 43 134 34 63
Binary 10000000 10100101 1011111 10110 0 101010 100011 1011100 11100 110011

Color Harmonies of #80A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A55F

Black with #80A55F

Text Example


Text Example

White with #80A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,95); }

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

background-color css

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

 a { background-color: rgb(128,165,95); }

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

border-color css

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

 span { border-color: rgb(128,165,95); }

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