Html Css Color HEX #809C50 Asparagus

📋 copy color: '#809C50'

red 128 ◦ green 156 ◦ blue 80

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

Shades of Asparagus #809C50

Tints of Asparagus #809C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 35.16%
G = 42.86%
B = 21.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#809C50 (or 0x809C50) is known color: Asparagus. HEX triplet: 80, 9C and 50. RGB value is (128,156,80). Sum of RGB (Red+Green+Blue) = 128+156+80=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #809C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C50 is #7F63AF. Grayscale: #8B8B8B. Windows color (decimal): -8348592 or 5282944. OLE color: 5282944.

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

Color convert

RGB 128 156 80 -
CMYK 0.18 0 0.49 0.39
HSL 82.11º 0.32% 0.46% -
HSV(B) 82.11º 0.49% 0.61% -
XYZ 22.24 28.95 12 -
YUV 138.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 128 156 80 0.18 0 0.49 0.39 82.11 0.32 0.46
Hex 80 9C 50 12 0 31 27 52 20 2E
Octal 200 234 120 22 0 61 47 122 40 56
Binary 10000000 10011100 1010000 10010 0 110001 100111 1010010 100000 101110

Color Harmonies of #809C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C50

Black with #809C50

Text Example


Text Example

White with #809C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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