Html Css Color HEX #809B5E Asparagus

📋 copy color: '#809B5E'

red 128 ◦ green 155 ◦ blue 94

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

Shades of Asparagus #809B5E

Tints of Asparagus #809B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 33.95%
G = 41.11%
B = 24.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#809B5E (or 0x809B5E) is known color: Asparagus. HEX triplet: 80, 9B and 5E. RGB value is (128,155,94). Sum of RGB (Red+Green+Blue) = 128+155+94=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #809B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B5E is #7F64A1. Grayscale: #8C8C8C. Windows color (decimal): -8348834 or 6200192. OLE color: 6200192.

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

Color convert

RGB 128 155 94 -
CMYK 0.17 0 0.39 0.39
HSL 86.56º 0.24% 0.49% -
HSV(B) 86.56º 0.39% 0.61% -
XYZ 22.64 28.84 14.96 -
YUV 139.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 128 155 94 0.17 0 0.39 0.39 86.56 0.24 0.49
Hex 80 9B 5E 11 0 27 27 57 18 31
Octal 200 233 136 21 0 47 47 127 30 61
Binary 10000000 10011011 1011110 10001 0 100111 100111 1010111 11000 110001

Color Harmonies of #809B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B5E

Black with #809B5E

Text Example


Text Example

White with #809B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,155,94); }

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

background-color css

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

 a { background-color: rgb(128,155,94); }

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

border-color css

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

 span { border-color: rgb(128,155,94); }

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