Shades of Wasabi #89934D
Tints of Wasabi #89934D
RGB
CMYK
RGB Variations
Color information
#89934D (or 0x89934D) is known color: Wasabi. HEX triplet: 89, 93 and 4D. RGB value is (137,147,77). Sum of RGB (Red+Green+Blue) = 137+147+77=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #89934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89934D is #766CB2. Grayscale: #888888. Windows color (decimal): -7761075 or 5084041. OLE color: 5084041.
HSL color Cylindrical-coordinate representation of color #89934D: hue angle of 68.57º degrees, saturation: 0.31, 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 #89934D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 77 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.42 |
| HSL | 68.57º | 0.31% | 0.44% | - |
| HSV(B) | 68.57º | 0.48% | 0.58% | - |
| XYZ | 22.09 | 26.72 | 11.01 | - |
| YUV | 136.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 77 | 0.07 | 0 | 0.48 | 0.42 | 68.57 | 0.31 | 0.44 |
| Hex | 89 | 93 | 4D | 7 | 0 | 30 | 2A | 45 | 1F | 2C |
| Octal | 211 | 223 | 115 | 7 | 0 | 60 | 52 | 105 | 37 | 54 |
| Binary | 10001001 | 10010011 | 1001101 | 111 | 0 | 110000 | 101010 | 1000101 | 11111 | 101100 |
Color Harmonies of #89934D
Complementary color
Monochromatic Colors of #89934D
Black with #89934D
Text Example
Text Example
White with #89934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89934D; }
p { color: rgb(137,147,77); }
H1.HeaderClassName
{
color: #89934D;
}
.AnyTagClassName
{
color: #89934D;
}
</style>
background-color css
<style>
a { background-color: #89934D; }
a { background-color: rgb(137,147,77); }
div.DivClassName
{
background-color: #89934D;
}
.BgClassName
{
background-color: #89934D;
}
</style>
border-color css
<style>
span { border-color: #89934D; }
span { border-color: rgb(137,147,77); }
td.TdClassName
{
border-color: #89934D;
}
.TagClassName
{
border-color: #89934D;
}
</style>