#888D48

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

Shades of Wasabi #888D48

Tints of Wasabi #888D48

Color information

#888D48 (or 0x888D48) is unknown color: approx Wasabi. HEX triplet: 88, 8D and 48. RGB value is (136,141,72). Sum of RGB (Red+Green+Blue) = 136+141+72=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #888D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D48 is #7772B7. Grayscale: #838383. Windows color (decimal): -7828152 or 4754824. OLE color: 4754824.

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

Color convert

RGB13614172-
CMYK0.0400.490.45
HSL64.35º32.39%41.76%-
HSV(B)64.35º48.94%55.29%-
XYZ20.8524.759.81-
YUV131.6494.34131.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=38.97%
G=40.40%
B=20.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136141720.0400.490.4564.3532.3941.76
Hex888D4840312D40202a
Octal2102151104061551004052
Binary1000100010001101100100010001100011011011000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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