Html Css Color HEX #809C5D Asparagus

📋 copy color: '#809C5D'

red 128 ◦ green 156 ◦ blue 93

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

Shades of Asparagus #809C5D

Tints of Asparagus #809C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 33.95%
G = 41.38%
B = 24.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#809C5D (or 0x809C5D) is known color: Asparagus. HEX triplet: 80, 9C and 5D. RGB value is (128,156,93). Sum of RGB (Red+Green+Blue) = 128+156+93=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #809C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C5D is #7F63A2. Grayscale: #8C8C8C. Windows color (decimal): -8348579 or 6134912. OLE color: 6134912.

HSL color Cylindrical-coordinate representation of color #809C5D: hue angle of 86.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #809C5D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 156 93 -
CMYK 0.18 0 0.40 0.39
HSL 86.67º 0.25% 0.49% -
HSV(B) 86.67º 0.4% 0.61% -
XYZ 22.77 29.16 14.78 -
YUV 140.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 128 156 93 0.18 0 0.40 0.39 86.67 0.25 0.49
Hex 80 9C 5D 12 0 28 27 57 19 31
Octal 200 234 135 22 0 50 47 127 31 61
Binary 10000000 10011100 1011101 10010 0 101000 100111 1010111 11001 110001

Color Harmonies of #809C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C5D

Black with #809C5D

Text Example


Text Example

White with #809C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,93); }

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

background-color css

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

 a { background-color: rgb(128,156,93); }

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

border-color css

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

 span { border-color: rgb(128,156,93); }

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