Shades of Wasabi #89932D
Tints of Wasabi #89932D
RGB
CMYK
RGB Variations
Color information
#89932D (or 0x89932D) is known color: Wasabi. HEX triplet: 89, 93 and 2D. RGB value is (137,147,45). Sum of RGB (Red+Green+Blue) = 137+147+45=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #89932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89932D is #766CD2. Grayscale: #848484. Windows color (decimal): -7761107 or 2986889. OLE color: 2986889.
HSL color Cylindrical-coordinate representation of color #89932D: hue angle of 65.88º degrees, saturation: 0.53, 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 #89932D is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 45 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.42 |
| HSL | 65.88º | 0.53% | 0.38% | - |
| HSV(B) | 65.88º | 0.69% | 0.58% | - |
| XYZ | 21.22 | 26.38 | 6.45 | - |
| YUV | 132.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 45 | 0.07 | 0 | 0.69 | 0.42 | 65.88 | 0.53 | 0.38 |
| Hex | 89 | 93 | 2D | 7 | 0 | 45 | 2A | 42 | 35 | 26 |
| Octal | 211 | 223 | 55 | 7 | 0 | 105 | 52 | 102 | 65 | 46 |
| Binary | 10001001 | 10010011 | 101101 | 111 | 0 | 1000101 | 101010 | 1000010 | 110101 | 100110 |
Color Harmonies of #89932D
Complementary color
Monochromatic Colors of #89932D
Black with #89932D
Text Example
Text Example
White with #89932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89932D; }
p { color: rgb(137,147,45); }
H1.HeaderClassName
{
color: #89932D;
}
.AnyTagClassName
{
color: #89932D;
}
</style>
background-color css
<style>
a { background-color: #89932D; }
a { background-color: rgb(137,147,45); }
div.DivClassName
{
background-color: #89932D;
}
.BgClassName
{
background-color: #89932D;
}
</style>
border-color css
<style>
span { border-color: #89932D; }
span { border-color: rgb(137,147,45); }
td.TdClassName
{
border-color: #89932D;
}
.TagClassName
{
border-color: #89932D;
}
</style>