Html Css Color HEX #80A052 Asparagus

📋 copy color: '#80A052'

red 128 ◦ green 160 ◦ blue 82

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

Shades of Asparagus #80A052

Tints of Asparagus #80A052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.24%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 34.59%
G = 43.24%
B = 22.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#80A052 (or 0x80A052) is known color: Asparagus. HEX triplet: 80, A0 and 52. RGB value is (128,160,82). Sum of RGB (Red+Green+Blue) = 128+160+82=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #80A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A052 is #7F5FAD. Grayscale: #8D8D8D. Windows color (decimal): -8347566 or 5415040. OLE color: 5415040.

HSL color Cylindrical-coordinate representation of color #80A052: hue angle of 84.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A052 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 160 82 -
CMYK 0.20 0 0.49 0.37
HSL 84.62º 0.32% 0.47% -
HSV(B) 84.62º 0.49% 0.63% -
XYZ 23 30.34 12.63 -
YUV 141.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 128 160 82 0.20 0 0.49 0.37 84.62 0.32 0.47
Hex 80 A0 52 14 0 31 25 55 20 2F
Octal 200 240 122 24 0 61 45 125 40 57
Binary 10000000 10100000 1010010 10100 0 110001 100101 1010101 100000 101111

Color Harmonies of #80A052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A052

Black with #80A052

Text Example


Text Example

White with #80A052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,160,82); }

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

background-color css

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

 a { background-color: rgb(128,160,82); }

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

border-color css

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

 span { border-color: rgb(128,160,82); }

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