#889353

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

Shades of Wasabi #889353

Tints of Wasabi #889353

Color information

#889353 (or 0x889353) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 53. RGB value is (136,147,83). Sum of RGB (Red+Green+Blue) = 136+147+83=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #889353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889353 is #776CAC. Grayscale: #888888. Windows color (decimal): -7826605 or 5477256. OLE color: 5477256.

HSL color Cylindrical-coordinate representation of color #889353: hue angle of 70.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #889353 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB13614783-
CMYK0.0700.440.42
HSL70.31º27.83%45.1%-
HSV(B)70.31º43.54%57.65%-
XYZ22.1526.7312.17-
YUV136.4297.86127.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 83 (32.81% from 255) = 22.68%
R=37.16%
G=40.16%
B=22.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147830.0700.440.4270.3127.8345.1
Hex889353702C2A461c2d
Octal2102231237054521063455
Binary100010001001001110100111110101100101010100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889353; }

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

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

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

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

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

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

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

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