#888C31

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

Shades of Wasabi #888C31

Tints of Wasabi #888C31

Color information

#888C31 (or 0x888C31) is unknown color: approx Wasabi. HEX triplet: 88, 8C and 31. RGB value is (136,140,49). Sum of RGB (Red+Green+Blue) = 136+140+49=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #888C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888C31 is #7773CE. Grayscale: #808080. Windows color (decimal): -7828431 or 3247240. OLE color: 3247240.

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

Color convert

RGB13614049-
CMYK0.0300.650.45
HSL62.64º48.15%37.06%-
HSV(B)62.64º65%54.9%-
XYZ20.0924.216.52-
YUV128.4383.17133.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 140 (55.08% from 255) = 43.08%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=41.85%
G=43.08%
B=15.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136140490.0300.650.4562.6448.1537.06
Hex888C3130412D3f3025
Octal210214613010155776045
Binary10001000100011001100011101000001101101111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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