Shades of Wasabi #89904D
Tints of Wasabi #89904D
RGB
CMYK
RGB Variations
Color information
#89904D (or 0x89904D) is known color: Wasabi. HEX triplet: 89, 90 and 4D. RGB value is (137,144,77). Sum of RGB (Red+Green+Blue) = 137+144+77=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #89904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89904D is #766FB2. Grayscale: #868686. Windows color (decimal): -7761843 or 5083273. OLE color: 5083273.
HSL color Cylindrical-coordinate representation of color #89904D: hue angle of 66.27º degrees, saturation: 0.3, 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 #89904D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 77 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.44 |
| HSL | 66.27º | 0.3% | 0.43% | - |
| HSV(B) | 66.27º | 0.47% | 0.56% | - |
| XYZ | 21.63 | 25.8 | 10.86 | - |
| YUV | 134.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 77 | 0.05 | 0 | 0.47 | 0.44 | 66.27 | 0.3 | 0.43 |
| Hex | 89 | 90 | 4D | 5 | 0 | 2F | 2C | 42 | 1E | 2B |
| Octal | 211 | 220 | 115 | 5 | 0 | 57 | 54 | 102 | 36 | 53 |
| Binary | 10001001 | 10010000 | 1001101 | 101 | 0 | 101111 | 101100 | 1000010 | 11110 | 101011 |
Color Harmonies of #89904D
Complementary color
Monochromatic Colors of #89904D
Black with #89904D
Text Example
Text Example
White with #89904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89904D; }
p { color: rgb(137,144,77); }
H1.HeaderClassName
{
color: #89904D;
}
.AnyTagClassName
{
color: #89904D;
}
</style>
background-color css
<style>
a { background-color: #89904D; }
a { background-color: rgb(137,144,77); }
div.DivClassName
{
background-color: #89904D;
}
.BgClassName
{
background-color: #89904D;
}
</style>
border-color css
<style>
span { border-color: #89904D; }
span { border-color: rgb(137,144,77); }
td.TdClassName
{
border-color: #89904D;
}
.TagClassName
{
border-color: #89904D;
}
</style>