#889240

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

Shades of Wasabi #889240

Tints of Wasabi #889240

Color information

#889240 (or 0x889240) is unknown color: approx Wasabi. HEX triplet: 88, 92 and 40. RGB value is (136,146,64). Sum of RGB (Red+Green+Blue) = 136+146+64=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #889240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889240 is #776DBF. Grayscale: #858585. Windows color (decimal): -7826880 or 4231816. OLE color: 4231816.

HSL color Cylindrical-coordinate representation of color #889240: hue angle of 67.32º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #889240 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB13614664-
CMYK0.0700.560.43
HSL67.32º39.05%41.18%-
HSV(B)67.32º56.16%57.25%-
XYZ21.3626.168.77-
YUV133.6688.69129.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=39.31%
G=42.20%
B=18.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146640.0700.560.4367.3239.0541.18
Hex88924070382B432729
Octal2102221007070531034751
Binary1000100010010010100000011101110001010111000011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889240; }

 p { color: rgb(136,146,64); }

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

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

 a { background-color: rgb(136,146,64); }

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

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

 span { border-color: rgb(136,146,64); }

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