Html Css Color HEX #809E50 Asparagus

📋 copy color: '#809E50'

red 128 ◦ green 158 ◦ blue 80

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

Shades of Asparagus #809E50

Tints of Asparagus #809E50

RGB

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

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

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

R = 34.97%
G = 43.17%
B = 21.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#809E50 (or 0x809E50) is known color: Asparagus. HEX triplet: 80, 9E and 50. RGB value is (128,158,80). Sum of RGB (Red+Green+Blue) = 128+158+80=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #809E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809E50 is #7F61AF. Grayscale: #8C8C8C. Windows color (decimal): -8348080 or 5283456. OLE color: 5283456.

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

Color convert

RGB 128 158 80 -
CMYK 0.19 0 0.49 0.38
HSL 83.08º 0.33% 0.47% -
HSV(B) 83.08º 0.49% 0.62% -
XYZ 22.58 29.62 12.12 -
YUV 140.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 128 158 80 0.19 0 0.49 0.38 83.08 0.33 0.47
Hex 80 9E 50 13 0 31 26 53 21 2F
Octal 200 236 120 23 0 61 46 123 41 57
Binary 10000000 10011110 1010000 10011 0 110001 100110 1010011 100001 101111

Color Harmonies of #809E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809E50

Black with #809E50

Text Example


Text Example

White with #809E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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