#89914A

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

Shades of Wasabi #89914A

Tints of Wasabi #89914A

Color information

#89914A (or 0x89914A) is unknown color: approx Wasabi. HEX triplet: 89, 91 and 4A. RGB value is (137,145,74). Sum of RGB (Red+Green+Blue) = 137+145+74=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #89914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89914A is #766EB5. Grayscale: #868686. Windows color (decimal): -7761590 or 4886921. OLE color: 4886921.

HSL color Cylindrical-coordinate representation of color #89914A: hue angle of 66.76º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89914A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB13714574-
CMYK0.0600.490.43
HSL66.76º32.42%42.94%-
HSV(B)66.76º48.97%56.86%-
XYZ21.6826.0610.37-
YUV134.5193.85129.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=38.48%
G=40.73%
B=20.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145740.0600.490.4366.7632.4242.94
Hex89914A60312B43202b
Octal2112211126061531034053
Binary1000100110010001100101011001100011010111000011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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