#889549

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

Shades of Wasabi #889549

Tints of Wasabi #889549

Color information

#889549 (or 0x889549) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 49. RGB value is (136,149,73). Sum of RGB (Red+Green+Blue) = 136+149+73=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #889549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889549 is #776AB6. Grayscale: #888888. Windows color (decimal): -7826103 or 4822408. OLE color: 4822408.

HSL color Cylindrical-coordinate representation of color #889549: hue angle of 70.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #889549 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB13614973-
CMYK0.0900.510.42
HSL70.26º34.23%43.53%-
HSV(B)70.26º51.01%58.43%-
XYZ22.127.2110.39-
YUV136.4592.19127.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=37.99%
G=41.62%
B=20.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149730.0900.510.4270.2634.2343.53
Hex88954990332A46222c
Octal21022511111063521064254
Binary10001000100101011001001100101100111010101000110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889549; }

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

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

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

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

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

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

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

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