Html Css Color HEX #809855 Asparagus

📋 copy color: '#809855'

red 128 ◦ green 152 ◦ blue 85

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

Shades of Asparagus #809855

Tints of Asparagus #809855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 35.07%
G = 41.64%
B = 23.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#809855 (or 0x809855) is known color: Asparagus. HEX triplet: 80, 98 and 55. RGB value is (128,152,85). Sum of RGB (Red+Green+Blue) = 128+152+85=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #809855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809855 is #7F67AA. Grayscale: #898989. Windows color (decimal): -8349611 or 5609600. OLE color: 5609600.

HSL color Cylindrical-coordinate representation of color #809855: hue angle of 81.49º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #809855 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 85 -
CMYK 0.16 0 0.44 0.40
HSL 81.49º 0.28% 0.46% -
HSV(B) 81.49º 0.44% 0.6% -
XYZ 21.77 27.7 12.79 -
YUV 137.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 128 152 85 0.16 0 0.44 0.40 81.49 0.28 0.46
Hex 80 98 55 10 0 2C 28 51 1C 2E
Octal 200 230 125 20 0 54 50 121 34 56
Binary 10000000 10011000 1010101 10000 0 101100 101000 1010001 11100 101110

Color Harmonies of #809855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809855

Black with #809855

Text Example


Text Example

White with #809855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809855; }

 p { color: rgb(128,152,85); }

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

background-color css

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

 a { background-color: rgb(128,152,85); }

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

border-color css

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

 span { border-color: rgb(128,152,85); }

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