Shades of Wasabi #89902E
Tints of Wasabi #89902E
RGB
CMYK
RGB Variations
Color information
#89902E (or 0x89902E) is known color: Wasabi. HEX triplet: 89, 90 and 2E. RGB value is (137,144,46). Sum of RGB (Red+Green+Blue) = 137+144+46=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #89902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89902E is #766FD1. Grayscale: #838383. Windows color (decimal): -7761874 or 3051657. OLE color: 3051657.
HSL color Cylindrical-coordinate representation of color #89902E: hue angle of 64.29º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89902E is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 46 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.44 |
| HSL | 64.29º | 0.52% | 0.37% | - |
| HSV(B) | 64.29º | 0.68% | 0.56% | - |
| XYZ | 20.78 | 25.46 | 6.4 | - |
| YUV | 130.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 46 | 0.05 | 0 | 0.68 | 0.44 | 64.29 | 0.52 | 0.37 |
| Hex | 89 | 90 | 2E | 5 | 0 | 44 | 2C | 40 | 34 | 25 |
| Octal | 211 | 220 | 56 | 5 | 0 | 104 | 54 | 100 | 64 | 45 |
| Binary | 10001001 | 10010000 | 101110 | 101 | 0 | 1000100 | 101100 | 1000000 | 110100 | 100101 |
Color Harmonies of #89902E
Complementary color
Monochromatic Colors of #89902E
Black with #89902E
Text Example
Text Example
White with #89902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89902E; }
p { color: rgb(137,144,46); }
H1.HeaderClassName
{
color: #89902E;
}
.AnyTagClassName
{
color: #89902E;
}
</style>
background-color css
<style>
a { background-color: #89902E; }
a { background-color: rgb(137,144,46); }
div.DivClassName
{
background-color: #89902E;
}
.BgClassName
{
background-color: #89902E;
}
</style>
border-color css
<style>
span { border-color: #89902E; }
span { border-color: rgb(137,144,46); }
td.TdClassName
{
border-color: #89902E;
}
.TagClassName
{
border-color: #89902E;
}
</style>