#889A49

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

Shades of Wasabi #889A49

Tints of Wasabi #889A49

Color information

#889A49 (or 0x889A49) is unknown color: approx Wasabi. HEX triplet: 88, 9A and 49. RGB value is (136,154,73). Sum of RGB (Red+Green+Blue) = 136+154+73=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #889A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889A49 is #7765B6. Grayscale: #8B8B8B. Windows color (decimal): -7824823 or 4823688. OLE color: 4823688.

HSL color Cylindrical-coordinate representation of color #889A49: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #889A49 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB13615473-
CMYK0.1200.530.40
HSL73.33º35.68%44.51%-
HSV(B)73.33º52.6%60.39%-
XYZ22.9128.8310.66-
YUV139.3890.54125.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=37.47%
G=42.42%
B=20.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136154730.1200.530.4073.3335.6844.51
Hex889A49C0352849242d
Octal21023211114065501114455
Binary10001000100110101001001110001101011010001001001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889A49; }

 p { color: rgb(136,154,73); }

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

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

 a { background-color: rgb(136,154,73); }

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

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

 span { border-color: rgb(136,154,73); }

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