Shades of Wasabi #89904E
Tints of Wasabi #89904E
RGB
CMYK
RGB Variations
Color information
#89904E (or 0x89904E) is known color: Wasabi. HEX triplet: 89, 90 and 4E. RGB value is (137,144,78). Sum of RGB (Red+Green+Blue) = 137+144+78=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #89904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89904E is #766FB1. Grayscale: #868686. Windows color (decimal): -7761842 or 5148809. OLE color: 5148809.
HSL color Cylindrical-coordinate representation of color #89904E: hue angle of 66.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89904E is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 78 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.44 |
| HSL | 66.36º | 0.3% | 0.44% | - |
| HSV(B) | 66.36º | 0.46% | 0.56% | - |
| XYZ | 21.66 | 25.81 | 11.05 | - |
| YUV | 134.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 78 | 0.05 | 0 | 0.46 | 0.44 | 66.36 | 0.3 | 0.44 |
| Hex | 89 | 90 | 4E | 5 | 0 | 2E | 2C | 42 | 1E | 2C |
| Octal | 211 | 220 | 116 | 5 | 0 | 56 | 54 | 102 | 36 | 54 |
| Binary | 10001001 | 10010000 | 1001110 | 101 | 0 | 101110 | 101100 | 1000010 | 11110 | 101100 |
Color Harmonies of #89904E
Complementary color
Monochromatic Colors of #89904E
Black with #89904E
Text Example
Text Example
White with #89904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89904E; }
p { color: rgb(137,144,78); }
H1.HeaderClassName
{
color: #89904E;
}
.AnyTagClassName
{
color: #89904E;
}
</style>
background-color css
<style>
a { background-color: #89904E; }
a { background-color: rgb(137,144,78); }
div.DivClassName
{
background-color: #89904E;
}
.BgClassName
{
background-color: #89904E;
}
</style>
border-color css
<style>
span { border-color: #89904E; }
span { border-color: rgb(137,144,78); }
td.TdClassName
{
border-color: #89904E;
}
.TagClassName
{
border-color: #89904E;
}
</style>