Shades of Wasabi #89963B
Tints of Wasabi #89963B
RGB
CMYK
RGB Variations
Color information
#89963B (or 0x89963B) is known color: Wasabi. HEX triplet: 89, 96 and 3B. RGB value is (137,150,59). Sum of RGB (Red+Green+Blue) = 137+150+59=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #89963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89963B is #7669C4. Grayscale: #888888. Windows color (decimal): -7760325 or 3905161. OLE color: 3905161.
HSL color Cylindrical-coordinate representation of color #89963B: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89963B is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 59 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.41 |
| HSL | 68.57º | 0.44% | 0.41% | - |
| HSV(B) | 68.57º | 0.61% | 0.59% | - |
| XYZ | 22.01 | 27.45 | 8.28 | - |
| YUV | 135.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 59 | 0.09 | 0 | 0.61 | 0.41 | 68.57 | 0.44 | 0.41 |
| Hex | 89 | 96 | 3B | 9 | 0 | 3D | 29 | 45 | 2C | 29 |
| Octal | 211 | 226 | 73 | 11 | 0 | 75 | 51 | 105 | 54 | 51 |
| Binary | 10001001 | 10010110 | 111011 | 1001 | 0 | 111101 | 101001 | 1000101 | 101100 | 101001 |
Color Harmonies of #89963B
Complementary color
Monochromatic Colors of #89963B
Black with #89963B
Text Example
Text Example
White with #89963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89963B; }
p { color: rgb(137,150,59); }
H1.HeaderClassName
{
color: #89963B;
}
.AnyTagClassName
{
color: #89963B;
}
</style>
background-color css
<style>
a { background-color: #89963B; }
a { background-color: rgb(137,150,59); }
div.DivClassName
{
background-color: #89963B;
}
.BgClassName
{
background-color: #89963B;
}
</style>
border-color css
<style>
span { border-color: #89963B; }
span { border-color: rgb(137,150,59); }
td.TdClassName
{
border-color: #89963B;
}
.TagClassName
{
border-color: #89963B;
}
</style>