#889131

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

Shades of Wasabi #889131

Tints of Wasabi #889131

Color information

#889131 (or 0x889131) is unknown color: approx Wasabi. HEX triplet: 88, 91 and 31. RGB value is (136,145,49). Sum of RGB (Red+Green+Blue) = 136+145+49=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #889131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889131 is #776ECE. Grayscale: #838383. Windows color (decimal): -7827151 or 3248520. OLE color: 3248520.

HSL color Cylindrical-coordinate representation of color #889131: hue angle of 65.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #889131 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB13614549-
CMYK0.0600.660.43
HSL65.62º49.48%38.04%-
HSV(B)65.62º66.21%56.86%-
XYZ20.8325.716.77-
YUV131.3681.52131.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=41.21%
G=43.94%
B=14.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136145490.0600.660.4365.6249.4838.04
Hex88913160422B423126
Octal2102216160102531026146
Binary1000100010010001110001110010000101010111000010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889131; }

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

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

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

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

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

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

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

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