#889044

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

Shades of Wasabi #889044

Tints of Wasabi #889044

Color information

#889044 (or 0x889044) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 44. RGB value is (136,144,68). Sum of RGB (Red+Green+Blue) = 136+144+68=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #889044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889044 is #776FBB. Grayscale: #858585. Windows color (decimal): -7827388 or 4493448. OLE color: 4493448.

HSL color Cylindrical-coordinate representation of color #889044: hue angle of 66.32º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #889044 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB13614468-
CMYK0.0600.530.44
HSL66.32º35.85%41.57%-
HSV(B)66.32º52.78%56.47%-
XYZ21.1725.69.29-
YUV132.9491.35130.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 68 (26.95% from 255) = 19.54%
R=39.08%
G=41.38%
B=19.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144680.0600.530.4466.3235.8541.57
Hex88904460352C42242a
Octal2102201046065541024452
Binary1000100010010000100010011001101011011001000010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889044; }

 p { color: rgb(136,144,68); }

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

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

 a { background-color: rgb(136,144,68); }

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

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

 span { border-color: rgb(136,144,68); }

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