Shades of Wasabi #89954D
Tints of Wasabi #89954D
RGB
CMYK
RGB Variations
Color information
#89954D (or 0x89954D) is known color: Wasabi. HEX triplet: 89, 95 and 4D. RGB value is (137,149,77). Sum of RGB (Red+Green+Blue) = 137+149+77=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #89954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89954D is #766AB2. Grayscale: #898989. Windows color (decimal): -7760563 or 5084553. OLE color: 5084553.
HSL color Cylindrical-coordinate representation of color #89954D: hue angle of 70º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89954D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 77 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.42 |
| HSL | 70º | 0.32% | 0.44% | - |
| HSV(B) | 70º | 0.48% | 0.58% | - |
| XYZ | 22.4 | 27.35 | 11.12 | - |
| YUV | 137.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 77 | 0.08 | 0 | 0.48 | 0.42 | 70 | 0.32 | 0.44 |
| Hex | 89 | 95 | 4D | 8 | 0 | 30 | 2A | 46 | 20 | 2C |
| Octal | 211 | 225 | 115 | 10 | 0 | 60 | 52 | 106 | 40 | 54 |
| Binary | 10001001 | 10010101 | 1001101 | 1000 | 0 | 110000 | 101010 | 1000110 | 100000 | 101100 |
Color Harmonies of #89954D
Complementary color
Monochromatic Colors of #89954D
Black with #89954D
Text Example
Text Example
White with #89954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89954D; }
p { color: rgb(137,149,77); }
H1.HeaderClassName
{
color: #89954D;
}
.AnyTagClassName
{
color: #89954D;
}
</style>
background-color css
<style>
a { background-color: #89954D; }
a { background-color: rgb(137,149,77); }
div.DivClassName
{
background-color: #89954D;
}
.BgClassName
{
background-color: #89954D;
}
</style>
border-color css
<style>
span { border-color: #89954D; }
span { border-color: rgb(137,149,77); }
td.TdClassName
{
border-color: #89954D;
}
.TagClassName
{
border-color: #89954D;
}
</style>