Shades of Wasabi #89944E
Tints of Wasabi #89944E
RGB
CMYK
RGB Variations
Color information
#89944E (or 0x89944E) is known color: Wasabi. HEX triplet: 89, 94 and 4E. RGB value is (137,148,78). Sum of RGB (Red+Green+Blue) = 137+148+78=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #89944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89944E is #766BB1. Grayscale: #898989. Windows color (decimal): -7760818 or 5149833. OLE color: 5149833.
HSL color Cylindrical-coordinate representation of color #89944E: hue angle of 69.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89944E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 78 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.42 |
| HSL | 69.43º | 0.31% | 0.44% | - |
| HSV(B) | 69.43º | 0.47% | 0.58% | - |
| XYZ | 22.28 | 27.05 | 11.25 | - |
| YUV | 136.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 78 | 0.07 | 0 | 0.47 | 0.42 | 69.43 | 0.31 | 0.44 |
| Hex | 89 | 94 | 4E | 7 | 0 | 2F | 2A | 45 | 1F | 2C |
| Octal | 211 | 224 | 116 | 7 | 0 | 57 | 52 | 105 | 37 | 54 |
| Binary | 10001001 | 10010100 | 1001110 | 111 | 0 | 101111 | 101010 | 1000101 | 11111 | 101100 |
Color Harmonies of #89944E
Complementary color
Monochromatic Colors of #89944E
Black with #89944E
Text Example
Text Example
White with #89944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89944E; }
p { color: rgb(137,148,78); }
H1.HeaderClassName
{
color: #89944E;
}
.AnyTagClassName
{
color: #89944E;
}
</style>
background-color css
<style>
a { background-color: #89944E; }
a { background-color: rgb(137,148,78); }
div.DivClassName
{
background-color: #89944E;
}
.BgClassName
{
background-color: #89944E;
}
</style>
border-color css
<style>
span { border-color: #89944E; }
span { border-color: rgb(137,148,78); }
td.TdClassName
{
border-color: #89944E;
}
.TagClassName
{
border-color: #89944E;
}
</style>