Html Css Color HEX #809E5C Asparagus

📋 copy color: '#809E5C'

red 128 ◦ green 158 ◦ blue 92

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

Shades of Asparagus #809E5C

Tints of Asparagus #809E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

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

R = 33.86%
G = 41.8%
B = 24.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#809E5C (or 0x809E5C) is known color: Asparagus. HEX triplet: 80, 9E and 5C. RGB value is (128,158,92). Sum of RGB (Red+Green+Blue) = 128+158+92=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #809E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809E5C is #7F61A3. Grayscale: #8D8D8D. Windows color (decimal): -8348068 or 6069888. OLE color: 6069888.

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

Color convert

RGB 128 158 92 -
CMYK 0.19 0 0.42 0.38
HSL 87.27º 0.26% 0.49% -
HSV(B) 87.27º 0.42% 0.62% -
XYZ 23.06 29.82 14.66 -
YUV 141.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 128 158 92 0.19 0 0.42 0.38 87.27 0.26 0.49
Hex 80 9E 5C 13 0 2A 26 57 1A 31
Octal 200 236 134 23 0 52 46 127 32 61
Binary 10000000 10011110 1011100 10011 0 101010 100110 1010111 11010 110001

Color Harmonies of #809E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809E5C

Black with #809E5C

Text Example


Text Example

White with #809E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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