#888F4E

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

Shades of Wasabi #888F4E

Tints of Wasabi #888F4E

Color information

#888F4E (or 0x888F4E) is unknown color: approx Wasabi. HEX triplet: 88, 8F and 4E. RGB value is (136,143,78). Sum of RGB (Red+Green+Blue) = 136+143+78=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #888F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F4E is #7770B1. Grayscale: #858585. Windows color (decimal): -7827634 or 5148552. OLE color: 5148552.

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

Color convert

RGB13614378-
CMYK0.0500.450.44
HSL66.46º29.41%43.33%-
HSV(B)66.46º45.45%56.08%-
XYZ21.3525.4310.99-
YUV133.596.68129.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=38.10%
G=40.06%
B=21.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136143780.0500.450.4466.4629.4143.33
Hex888F4E502D2C421d2b
Octal2102171165055541023553
Binary100010001000111110011101010101101101100100001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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