#889949

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

Shades of Wasabi #889949

Tints of Wasabi #889949

Color information

#889949 (or 0x889949) is unknown color: approx Wasabi. HEX triplet: 88, 99 and 49. RGB value is (136,153,73). Sum of RGB (Red+Green+Blue) = 136+153+73=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #889949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889949 is #7766B6. Grayscale: #8B8B8B. Windows color (decimal): -7825079 or 4823432. OLE color: 4823432.

HSL color Cylindrical-coordinate representation of color #889949: hue angle of 72.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #889949 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB13615373-
CMYK0.1100.520.4
HSL72.75º35.4%44.31%-
HSV(B)72.75º52.29%60%-
XYZ22.7528.510.61-
YUV138.890.87126-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=37.57%
G=42.27%
B=20.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136153730.1100.520.472.7535.444.31
Hex889949B0342849232c
Octal21023111113064501114354
Binary10001000100110011001001101101101001010001001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889949; }

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

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

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

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

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

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

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

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