#889332

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

Shades of Wasabi #889332

Tints of Wasabi #889332

Color information

#889332 (or 0x889332) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 32. RGB value is (136,147,50). Sum of RGB (Red+Green+Blue) = 136+147+50=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #889332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889332 is #776CCD. Grayscale: #858585. Windows color (decimal): -7826638 or 3314568. OLE color: 3314568.

HSL color Cylindrical-coordinate representation of color #889332: hue angle of 66.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #889332 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB13614750-
CMYK0.0700.660.42
HSL66.8º49.24%38.63%-
HSV(B)66.8º65.99%57.65%-
XYZ21.1626.336.98-
YUV132.6581.36130.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=40.84%
G=44.14%
B=15.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147500.0700.660.4266.849.2438.63
Hex88933270422A433127
Octal2102236270102521036147
Binary1000100010010011110010111010000101010101000011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889332; }

 p { color: rgb(136,147,50); }

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

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

 a { background-color: rgb(136,147,50); }

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

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

 span { border-color: rgb(136,147,50); }

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