#809A46

Color #809A46 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #809A46

Tints of Wasabi #809A46

Color information

#809A46 (or 0x809A46) is unknown color: approx Wasabi. HEX triplet: 80, 9A and 46. RGB value is (128,154,70). Sum of RGB (Red+Green+Blue) = 128+154+70=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #809A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809A46 is #7F65B9. Grayscale: #888888. Windows color (decimal): -8349114 or 4627072. OLE color: 4627072.

HSL color Cylindrical-coordinate representation of color #809A46: hue angle of 78.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809A46 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB12815470-
CMYK0.1700.550.40
HSL78.57º37.5%43.92%-
HSV(B)78.57º54.55%60.39%-
XYZ21.5628.1410.09-
YUV136.6590.39121.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=36.36%
G=43.75%
B=19.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128154700.1700.550.4078.5737.543.92
Hex809A4611037284f262c
Octal20023210621067501174654
Binary100000001001101010001101000101101111010001001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,154,70); }

 H1.HeaderClassName
 {
   color: #809A46;
 }
 .AnyTagClassName
 {
   color: #809A46;
 }
</style>
background-color css

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

 a { background-color: rgb(128,154,70); }

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

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

 span { border-color: rgb(128,154,70); }

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