#89913B

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

Shades of Wasabi #89913B

Tints of Wasabi #89913B

Color information

#89913B (or 0x89913B) is unknown color: approx Wasabi. HEX triplet: 89, 91 and 3B. RGB value is (137,145,59). Sum of RGB (Red+Green+Blue) = 137+145+59=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #89913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89913B is #766EC4. Grayscale: #858585. Windows color (decimal): -7761605 or 3903881. OLE color: 3903881.

HSL color Cylindrical-coordinate representation of color #89913B: hue angle of 65.58º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89913B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13714559-
CMYK0.0600.590.43
HSL65.58º42.16%40%-
HSV(B)65.58º59.31%56.86%-
XYZ21.2325.888.01-
YUV132.886.35130.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 59 (23.44% from 255) = 17.30%
R=40.18%
G=42.52%
B=17.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145590.0600.590.4365.5842.1640
Hex89913B603B2B422a28
Octal211221736073531025250
Binary100010011001000111101111001110111010111000010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89913B; }

 p { color: rgb(137,145,59); }

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

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

 a { background-color: rgb(137,145,59); }

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

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

 span { border-color: rgb(137,145,59); }

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