Shades of Wasabi #89932E
Tints of Wasabi #89932E
RGB
CMYK
RGB Variations
Color information
#89932E (or 0x89932E) is known color: Wasabi. HEX triplet: 89, 93 and 2E. RGB value is (137,147,46). Sum of RGB (Red+Green+Blue) = 137+147+46=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #89932E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89932E is #766CD1. Grayscale: #848484. Windows color (decimal): -7761106 or 3052425. OLE color: 3052425.
HSL color Cylindrical-coordinate representation of color #89932E: hue angle of 65.94º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89932E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 46 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.42 |
| HSL | 65.94º | 0.52% | 0.38% | - |
| HSV(B) | 65.94º | 0.69% | 0.58% | - |
| XYZ | 21.24 | 26.38 | 6.56 | - |
| YUV | 132.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 46 | 0.07 | 0 | 0.69 | 0.42 | 65.94 | 0.52 | 0.38 |
| Hex | 89 | 93 | 2E | 7 | 0 | 45 | 2A | 42 | 34 | 26 |
| Octal | 211 | 223 | 56 | 7 | 0 | 105 | 52 | 102 | 64 | 46 |
| Binary | 10001001 | 10010011 | 101110 | 111 | 0 | 1000101 | 101010 | 1000010 | 110100 | 100110 |
Color Harmonies of #89932E
Complementary color
Monochromatic Colors of #89932E
Black with #89932E
Text Example
Text Example
White with #89932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89932E; }
p { color: rgb(137,147,46); }
H1.HeaderClassName
{
color: #89932E;
}
.AnyTagClassName
{
color: #89932E;
}
</style>
background-color css
<style>
a { background-color: #89932E; }
a { background-color: rgb(137,147,46); }
div.DivClassName
{
background-color: #89932E;
}
.BgClassName
{
background-color: #89932E;
}
</style>
border-color css
<style>
span { border-color: #89932E; }
span { border-color: rgb(137,147,46); }
td.TdClassName
{
border-color: #89932E;
}
.TagClassName
{
border-color: #89932E;
}
</style>