Html Css Color HEX #809650 Asparagus

📋 copy color: '#809650'

red 128 ◦ green 150 ◦ blue 80

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

Shades of Asparagus #809650

Tints of Asparagus #809650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

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

R = 35.75%
G = 41.9%
B = 22.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#809650 (or 0x809650) is known color: Asparagus. HEX triplet: 80, 96 and 50. RGB value is (128,150,80). Sum of RGB (Red+Green+Blue) = 128+150+80=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #809650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809650 is #7F69AF. Grayscale: #878787. Windows color (decimal): -8350128 or 5281408. OLE color: 5281408.

HSL color Cylindrical-coordinate representation of color #809650: hue angle of 78.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #809650 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 80 -
CMYK 0.15 0 0.47 0.41
HSL 78.86º 0.3% 0.45% -
HSV(B) 78.86º 0.47% 0.59% -
XYZ 21.26 26.98 11.68 -
YUV 135.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 128 150 80 0.15 0 0.47 0.41 78.86 0.3 0.45
Hex 80 96 50 F 0 2F 29 4F 1E 2D
Octal 200 226 120 17 0 57 51 117 36 55
Binary 10000000 10010110 1010000 1111 0 101111 101001 1001111 11110 101101

Color Harmonies of #809650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809650

Black with #809650

Text Example


Text Example

White with #809650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809650; }

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

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

background-color css

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

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

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

border-color css

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

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

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