#89904A

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

Shades of Wasabi #89904A

Tints of Wasabi #89904A

Color information

#89904A (or 0x89904A) is unknown color: approx Wasabi. HEX triplet: 89, 90 and 4A. RGB value is (137,144,74). Sum of RGB (Red+Green+Blue) = 137+144+74=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #89904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89904A is #766FB5. Grayscale: #868686. Windows color (decimal): -7761846 or 4886665. OLE color: 4886665.

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

Color convert

RGB13714474-
CMYK0.0500.490.44
HSL66º32.11%42.75%-
HSV(B)66º48.61%56.47%-
XYZ21.5325.7610.32-
YUV133.9394.18130.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=38.59%
G=40.56%
B=20.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144740.0500.490.446632.1142.75
Hex89904A50312C42202b
Octal2112201125061541024053
Binary1000100110010000100101010101100011011001000010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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