#888D44

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

Shades of Wasabi #888D44

Tints of Wasabi #888D44

Color information

#888D44 (or 0x888D44) is unknown color: approx Wasabi. HEX triplet: 88, 8D and 44. RGB value is (136,141,68). Sum of RGB (Red+Green+Blue) = 136+141+68=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #888D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D44 is #7772BB. Grayscale: #838383. Windows color (decimal): -7828156 or 4492680. OLE color: 4492680.

HSL color Cylindrical-coordinate representation of color #888D44: hue angle of 64.11º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #888D44 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB13614168-
CMYK0.0400.520.45
HSL64.11º34.93%40.98%-
HSV(B)64.11º51.77%55.29%-
XYZ20.7224.79.14-
YUV131.1892.34131.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=39.42%
G=40.87%
B=19.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136141680.0400.520.4564.1134.9340.98
Hex888D4440342D402329
Octal2102151044064551004351
Binary1000100010001101100010010001101001011011000000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888D44; }

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

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

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

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

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

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

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

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