Html Css Color HEX #809C60 Asparagus

📋 copy color: '#809C60'

red 128 ◦ green 156 ◦ blue 96

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

Shades of Asparagus #809C60

Tints of Asparagus #809C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 33.68%
G = 41.05%
B = 25.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#809C60 (or 0x809C60) is known color: Asparagus. HEX triplet: 80, 9C and 60. RGB value is (128,156,96). Sum of RGB (Red+Green+Blue) = 128+156+96=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #809C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C60 is #7F639F. Grayscale: #8D8D8D. Windows color (decimal): -8348576 or 6331520. OLE color: 6331520.

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

Color convert

RGB 128 156 96 -
CMYK 0.18 0 0.38 0.39
HSL 88º 0.24% 0.49% -
HSV(B) 88º 0.38% 0.61% -
XYZ 22.9 29.21 15.5 -
YUV 140.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 128 156 96 0.18 0 0.38 0.39 88 0.24 0.49
Hex 80 9C 60 12 0 26 27 58 18 31
Octal 200 234 140 22 0 46 47 130 30 61
Binary 10000000 10011100 1100000 10010 0 100110 100111 1011000 11000 110001

Color Harmonies of #809C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C60

Black with #809C60

Text Example


Text Example

White with #809C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,156,96); }

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

background-color css

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

 a { background-color: rgb(128,156,96); }

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

border-color css

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

 span { border-color: rgb(128,156,96); }

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