Shades of Wasabi #89904C
Tints of Wasabi #89904C
RGB
CMYK
RGB Variations
Color information
#89904C (or 0x89904C) is known color: Wasabi. HEX triplet: 89, 90 and 4C. RGB value is (137,144,76). Sum of RGB (Red+Green+Blue) = 137+144+76=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #89904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89904C is #766FB3. Grayscale: #868686. Windows color (decimal): -7761844 or 5017737. OLE color: 5017737.
HSL color Cylindrical-coordinate representation of color #89904C: hue angle of 66.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89904C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 76 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.44 |
| HSL | 66.18º | 0.31% | 0.43% | - |
| HSV(B) | 66.18º | 0.47% | 0.56% | - |
| XYZ | 21.59 | 25.79 | 10.68 | - |
| YUV | 134.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 76 | 0.05 | 0 | 0.47 | 0.44 | 66.18 | 0.31 | 0.43 |
| Hex | 89 | 90 | 4C | 5 | 0 | 2F | 2C | 42 | 1F | 2B |
| Octal | 211 | 220 | 114 | 5 | 0 | 57 | 54 | 102 | 37 | 53 |
| Binary | 10001001 | 10010000 | 1001100 | 101 | 0 | 101111 | 101100 | 1000010 | 11111 | 101011 |
Color Harmonies of #89904C
Complementary color
Monochromatic Colors of #89904C
Black with #89904C
Text Example
Text Example
White with #89904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89904C; }
p { color: rgb(137,144,76); }
H1.HeaderClassName
{
color: #89904C;
}
.AnyTagClassName
{
color: #89904C;
}
</style>
background-color css
<style>
a { background-color: #89904C; }
a { background-color: rgb(137,144,76); }
div.DivClassName
{
background-color: #89904C;
}
.BgClassName
{
background-color: #89904C;
}
</style>
border-color css
<style>
span { border-color: #89904C; }
span { border-color: rgb(137,144,76); }
td.TdClassName
{
border-color: #89904C;
}
.TagClassName
{
border-color: #89904C;
}
</style>