#89944B

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

Shades of Wasabi #89944B

Tints of Wasabi #89944B

Color information

#89944B (or 0x89944B) is unknown color: approx Wasabi. HEX triplet: 89, 94 and 4B. RGB value is (137,148,75). Sum of RGB (Red+Green+Blue) = 137+148+75=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #89944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89944B is #766BB4. Grayscale: #888888. Windows color (decimal): -7760821 or 4953225. OLE color: 4953225.

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

Color convert

RGB13714875-
CMYK0.0700.490.42
HSL69.04º32.74%43.73%-
HSV(B)69.04º49.32%58.04%-
XYZ22.1827.0110.7-
YUV136.3993.36128.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=38.06%
G=41.11%
B=20.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137148750.0700.490.4269.0432.7443.73
Hex89944B70312A45212c
Octal2112241137061521054154
Binary1000100110010100100101111101100011010101000101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,148,75); }

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

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

 a { background-color: rgb(137,148,75); }

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

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

 span { border-color: rgb(137,148,75); }

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