#89984A

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

Shades of Wasabi #89984A

Tints of Wasabi #89984A

Color information

#89984A (or 0x89984A) is unknown color: approx Wasabi. HEX triplet: 89, 98 and 4A. RGB value is (137,152,74). Sum of RGB (Red+Green+Blue) = 137+152+74=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #89984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89984A is #7667B5. Grayscale: #8A8A8A. Windows color (decimal): -7759798 or 4888713. OLE color: 4888713.

HSL color Cylindrical-coordinate representation of color #89984A: hue angle of 71.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89984A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB13715274-
CMYK0.1000.510.40
HSL71.54º34.51%44.31%-
HSV(B)71.54º51.32%59.61%-
XYZ22.7828.2710.73-
YUV138.6291.53126.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=37.74%
G=41.87%
B=20.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137152740.1000.510.4071.5434.5144.31
Hex89984AA0332848232c
Octal21123011212063501104354
Binary10001001100110001001010101001100111010001001000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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