#88934A

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

Shades of Wasabi #88934A

Tints of Wasabi #88934A

Color information

#88934A (or 0x88934A) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 4A. RGB value is (136,147,74). Sum of RGB (Red+Green+Blue) = 136+147+74=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #88934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88934A is #776CB5. Grayscale: #878787. Windows color (decimal): -7826614 or 4887432. OLE color: 4887432.

HSL color Cylindrical-coordinate representation of color #88934A: hue angle of 69.04º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88934A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13614774-
CMYK0.0700.500.42
HSL69.04º33.03%43.33%-
HSV(B)69.04º49.66%57.65%-
XYZ21.8226.610.46-
YUV135.3993.36128.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=38.10%
G=41.18%
B=20.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147740.0700.500.4269.0433.0343.33
Hex88934A70322A45212b
Octal2102231127062521054153
Binary1000100010010011100101011101100101010101000101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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