Html Css Color HEX #809D50 Asparagus

📋 copy color: '#809D50'

red 128 ◦ green 157 ◦ blue 80

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

Shades of Asparagus #809D50

Tints of Asparagus #809D50

RGB

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

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

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

R = 35.07%
G = 43.01%
B = 21.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#809D50 (or 0x809D50) is known color: Asparagus. HEX triplet: 80, 9D and 50. RGB value is (128,157,80). Sum of RGB (Red+Green+Blue) = 128+157+80=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #809D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809D50 is #7F62AF. Grayscale: #8B8B8B. Windows color (decimal): -8348336 or 5283200. OLE color: 5283200.

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

Color convert

RGB 128 157 80 -
CMYK 0.18 0 0.49 0.38
HSL 82.6º 0.32% 0.46% -
HSV(B) 82.6º 0.49% 0.62% -
XYZ 22.41 29.28 12.06 -
YUV 139.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 128 157 80 0.18 0 0.49 0.38 82.6 0.32 0.46
Hex 80 9D 50 12 0 31 26 53 20 2E
Octal 200 235 120 22 0 61 46 123 40 56
Binary 10000000 10011101 1010000 10010 0 110001 100110 1010011 100000 101110

Color Harmonies of #809D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D50

Black with #809D50

Text Example


Text Example

White with #809D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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