Shades of Wasabi #89953A
Tints of Wasabi #89953A
RGB
CMYK
RGB Variations
Color information
#89953A (or 0x89953A) is known color: Wasabi. HEX triplet: 89, 95 and 3A. RGB value is (137,149,58). Sum of RGB (Red+Green+Blue) = 137+149+58=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #89953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89953A is #766AC5. Grayscale: #878787. Windows color (decimal): -7760582 or 3839369. OLE color: 3839369.
HSL color Cylindrical-coordinate representation of color #89953A: hue angle of 67.91º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89953A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 58 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.42 |
| HSL | 67.91º | 0.44% | 0.41% | - |
| HSV(B) | 67.91º | 0.61% | 0.58% | - |
| XYZ | 21.83 | 27.12 | 8.09 | - |
| YUV | 135.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 58 | 0.08 | 0 | 0.61 | 0.42 | 67.91 | 0.44 | 0.41 |
| Hex | 89 | 95 | 3A | 8 | 0 | 3D | 2A | 44 | 2C | 29 |
| Octal | 211 | 225 | 72 | 10 | 0 | 75 | 52 | 104 | 54 | 51 |
| Binary | 10001001 | 10010101 | 111010 | 1000 | 0 | 111101 | 101010 | 1000100 | 101100 | 101001 |
Color Harmonies of #89953A
Complementary color
Monochromatic Colors of #89953A
Black with #89953A
Text Example
Text Example
White with #89953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89953A; }
p { color: rgb(137,149,58); }
H1.HeaderClassName
{
color: #89953A;
}
.AnyTagClassName
{
color: #89953A;
}
</style>
background-color css
<style>
a { background-color: #89953A; }
a { background-color: rgb(137,149,58); }
div.DivClassName
{
background-color: #89953A;
}
.BgClassName
{
background-color: #89953A;
}
</style>
border-color css
<style>
span { border-color: #89953A; }
span { border-color: rgb(137,149,58); }
td.TdClassName
{
border-color: #89953A;
}
.TagClassName
{
border-color: #89953A;
}
</style>