#888D40

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

Shades of Wasabi #888D40

Tints of Wasabi #888D40

Color information

#888D40 (or 0x888D40) is unknown color: approx Wasabi. HEX triplet: 88, 8D and 40. RGB value is (136,141,64). Sum of RGB (Red+Green+Blue) = 136+141+64=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #888D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D40 is #7772BF. Grayscale: #838383. Windows color (decimal): -7828160 or 4230536. OLE color: 4230536.

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

Color convert

RGB13614164-
CMYK0.0400.550.45
HSL63.9º37.56%40.2%-
HSV(B)63.9º54.61%55.29%-
XYZ20.624.658.52-
YUV130.7390.34131.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=39.88%
G=41.35%
B=18.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136141640.0400.550.4563.937.5640.2
Hex888D4040372D402628
Octal2102151004067551004650
Binary1000100010001101100000010001101111011011000000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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