#888F4D

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

Shades of Wasabi #888F4D

Tints of Wasabi #888F4D

Color information

#888F4D (or 0x888F4D) is unknown color: approx Wasabi. HEX triplet: 88, 8F and 4D. RGB value is (136,143,77). Sum of RGB (Red+Green+Blue) = 136+143+77=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #888F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F4D is #7770B2. Grayscale: #858585. Windows color (decimal): -7827635 or 5083016. OLE color: 5083016.

HSL color Cylindrical-coordinate representation of color #888F4D: hue angle of 66.36º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888F4D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB13614377-
CMYK0.0500.460.44
HSL66.36º30%43.14%-
HSV(B)66.36º46.15%56.08%-
XYZ21.3225.4110.8-
YUV133.3896.18129.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=38.20%
G=40.17%
B=21.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136143770.0500.460.4466.363043.14
Hex888F4D502E2C421e2b
Octal2102171155056541023653
Binary100010001000111110011011010101110101100100001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,143,77); }

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

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

 a { background-color: rgb(136,143,77); }

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

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

 span { border-color: rgb(136,143,77); }

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