Html Css Color HEX #809D5C Asparagus

📋 copy color: '#809D5C'

red 128 ◦ green 157 ◦ blue 92

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

Shades of Asparagus #809D5C

Tints of Asparagus #809D5C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.64%

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 33.95%
G = 41.64%
B = 24.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#809D5C (or 0x809D5C) is known color: Asparagus. HEX triplet: 80, 9D and 5C. RGB value is (128,157,92). Sum of RGB (Red+Green+Blue) = 128+157+92=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #809D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D5C is #7F62A3. Grayscale: #8D8D8D. Windows color (decimal): -8348324 or 6069632. OLE color: 6069632.

HSL color Cylindrical-coordinate representation of color #809D5C: hue angle of 86.77º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #809D5C is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 157 92 -
CMYK 0.18 0 0.41 0.38
HSL 86.77º 0.26% 0.49% -
HSV(B) 86.77º 0.41% 0.62% -
XYZ 22.89 29.48 14.61 -
YUV 140.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 128 157 92 0.18 0 0.41 0.38 86.77 0.26 0.49
Hex 80 9D 5C 12 0 29 26 57 1A 31
Octal 200 235 134 22 0 51 46 127 32 61
Binary 10000000 10011101 1011100 10010 0 101001 100110 1010111 11010 110001

Color Harmonies of #809D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D5C

Black with #809D5C

Text Example


Text Example

White with #809D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809D5C; }

 p { color: rgb(128,157,92); }

 H1.HeaderClassName
 {
   color: #809D5C;
 }
 .AnyTagClassName
 {
   color: #809D5C;
 }
</style>

background-color css

<style>
 a { background-color: #809D5C; }

 a { background-color: rgb(128,157,92); }

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

border-color css

<style>
 span { border-color: #809D5C; }

 span { border-color: rgb(128,157,92); }

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