#889331

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

Shades of Wasabi #889331

Tints of Wasabi #889331

Color information

#889331 (or 0x889331) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 31. RGB value is (136,147,49). Sum of RGB (Red+Green+Blue) = 136+147+49=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #889331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889331 is #776CCE. Grayscale: #848484. Windows color (decimal): -7826639 or 3249032. OLE color: 3249032.

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

Color convert

RGB13614749-
CMYK0.0700.670.42
HSL66.73º50%38.43%-
HSV(B)66.73º66.67%57.65%-
XYZ21.1426.326.87-
YUV132.5480.86130.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 49 (19.53% from 255) = 14.76%
R=40.96%
G=44.28%
B=14.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147490.0700.670.4266.735038.43
Hex88933170432A433226
Octal2102236170103521036246
Binary1000100010010011110001111010000111010101000011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889331; }

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

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

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

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

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

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

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

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