#888D38

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

Shades of Wasabi #888D38

Tints of Wasabi #888D38

Color information

#888D38 (or 0x888D38) is unknown color: approx Wasabi. HEX triplet: 88, 8D and 38. RGB value is (136,141,56). Sum of RGB (Red+Green+Blue) = 136+141+56=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #888D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D38 is #7772C7. Grayscale: #828282. Windows color (decimal): -7828168 or 3706248. OLE color: 3706248.

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

Color convert

RGB13614156-
CMYK0.0400.600.45
HSL63.53º43.15%38.63%-
HSV(B)63.53º60.28%55.29%-
XYZ20.3924.577.41-
YUV129.8286.34132.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=40.84%
G=42.34%
B=16.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136141560.0400.600.4563.5343.1538.63
Hex888D38403C2D402b27
Octal210215704074551005347
Binary100010001000110111100010001111001011011000000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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