#888C3C

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

Shades of Wasabi #888C3C

Tints of Wasabi #888C3C

Color information

#888C3C (or 0x888C3C) is unknown color: approx Wasabi. HEX triplet: 88, 8C and 3C. RGB value is (136,140,60). Sum of RGB (Red+Green+Blue) = 136+140+60=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #888C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C3C is #7773C3. Grayscale: #828282. Windows color (decimal): -7828420 or 3968136. OLE color: 3968136.

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

Color convert

RGB13614060-
CMYK0.0300.570.45
HSL63º40%39.22%-
HSV(B)63º57.14%54.9%-
XYZ20.3524.327.9-
YUV129.6888.67132.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=40.48%
G=41.67%
B=17.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140600.0300.570.45634039.22
Hex888C3C30392D3f2827
Octal21021474307155775047
Binary1000100010001100111100110111001101101111111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,60); }

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

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

 a { background-color: rgb(136,140,60); }

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

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

 span { border-color: rgb(136,140,60); }

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