#88973F

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

Shades of Wasabi #88973F

Tints of Wasabi #88973F

Color information

#88973F (or 0x88973F) is unknown color: approx Wasabi. HEX triplet: 88, 97 and 3F. RGB value is (136,151,63). Sum of RGB (Red+Green+Blue) = 136+151+63=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #88973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88973F is #7768C0. Grayscale: #888888. Windows color (decimal): -7825601 or 4167560. OLE color: 4167560.

HSL color Cylindrical-coordinate representation of color #88973F: hue angle of 70.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88973F is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB13615163-
CMYK0.1000.580.41
HSL70.23º41.12%41.96%-
HSV(B)70.23º58.28%59.22%-
XYZ22.1227.738.89-
YUV136.4886.53127.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 63 (25% from 255) = 18%
R=38.86%
G=43.14%
B=18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136151630.1000.580.4170.2341.1241.96
Hex88973FA03A2946292a
Octal2102277712072511065152
Binary1000100010010111111111101001110101010011000110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88973F; }

 p { color: rgb(136,151,63); }

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

<style>
 a { background-color: #88973F; }

 a { background-color: rgb(136,151,63); }

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

<style>
 span { border-color: #88973F; }

 span { border-color: rgb(136,151,63); }

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