#88994A

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

Shades of Wasabi #88994A

Tints of Wasabi #88994A

Color information

#88994A (or 0x88994A) is unknown color: approx Wasabi. HEX triplet: 88, 99 and 4A. RGB value is (136,153,74). Sum of RGB (Red+Green+Blue) = 136+153+74=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #88994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88994A is #7766B5. Grayscale: #8B8B8B. Windows color (decimal): -7825078 or 4888968. OLE color: 4888968.

HSL color Cylindrical-coordinate representation of color #88994A: hue angle of 72.91º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88994A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB13615374-
CMYK0.1100.520.4
HSL72.91º34.8%44.51%-
HSV(B)72.91º51.63%60%-
XYZ22.7828.5110.78-
YUV138.9191.37125.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=37.47%
G=42.15%
B=20.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136153740.1100.520.472.9134.844.51
Hex88994AB0342849232d
Octal21023111213064501114355
Binary10001000100110011001010101101101001010001001001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88994A; }

 p { color: rgb(136,153,74); }

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

<style>
 a { background-color: #88994A; }

 a { background-color: rgb(136,153,74); }

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

<style>
 span { border-color: #88994A; }

 span { border-color: rgb(136,153,74); }

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