Html Css Color HEX #809850 Asparagus

📋 copy color: '#809850'

red 128 ◦ green 152 ◦ blue 80

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

Shades of Asparagus #809850

Tints of Asparagus #809850

RGB

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

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

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

R = 35.56%
G = 42.22%
B = 22.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#809850 (or 0x809850) is known color: Asparagus. HEX triplet: 80, 98 and 50. RGB value is (128,152,80). Sum of RGB (Red+Green+Blue) = 128+152+80=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #809850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809850 is #7F67AF. Grayscale: #888888. Windows color (decimal): -8349616 or 5281920. OLE color: 5281920.

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

Color convert

RGB 128 152 80 -
CMYK 0.16 0 0.47 0.40
HSL 80º 0.31% 0.45% -
HSV(B) 80º 0.47% 0.6% -
XYZ 21.58 27.62 11.78 -
YUV 136.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 128 152 80 0.16 0 0.47 0.40 80 0.31 0.45
Hex 80 98 50 10 0 2F 28 50 1F 2D
Octal 200 230 120 20 0 57 50 120 37 55
Binary 10000000 10011000 1010000 10000 0 101111 101000 1010000 11111 101101

Color Harmonies of #809850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809850

Black with #809850

Text Example


Text Example

White with #809850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809850; }

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

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

background-color css

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

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

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

border-color css

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

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

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