#888B34

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

Shades of Wasabi #888B34

Tints of Wasabi #888B34

Color information

#888B34 (or 0x888B34) is unknown color: approx Wasabi. HEX triplet: 88, 8B and 34. RGB value is (136,139,52). Sum of RGB (Red+Green+Blue) = 136+139+52=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #888B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888B34 is #7774CB. Grayscale: #808080. Windows color (decimal): -7828684 or 3443592. OLE color: 3443592.

HSL color Cylindrical-coordinate representation of color #888B34: hue angle of 62.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #888B34 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB13613952-
CMYK0.0200.630.45
HSL62.07º45.55%37.45%-
HSV(B)62.07º62.59%54.51%-
XYZ20.0123.956.82-
YUV128.1885.01133.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=41.59%
G=42.51%
B=15.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139520.0200.630.4562.0745.5537.45
Hex888B34203F2D3e2e25
Octal21021364207755765645
Binary1000100010001011110100100111111101101111110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,52); }

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

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

 a { background-color: rgb(136,139,52); }

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

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

 span { border-color: rgb(136,139,52); }

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