Shades of Wasabi #89922E
Tints of Wasabi #89922E
RGB
CMYK
RGB Variations
Color information
#89922E (or 0x89922E) is known color: Wasabi. HEX triplet: 89, 92 and 2E. RGB value is (137,146,46). Sum of RGB (Red+Green+Blue) = 137+146+46=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #89922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89922E is #766DD1. Grayscale: #848484. Windows color (decimal): -7761362 or 3052169. OLE color: 3052169.
HSL color Cylindrical-coordinate representation of color #89922E: hue angle of 65.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89922E is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 46 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.43 |
| HSL | 65.4º | 0.52% | 0.38% | - |
| HSV(B) | 65.4º | 0.68% | 0.57% | - |
| XYZ | 21.09 | 26.07 | 6.51 | - |
| YUV | 131.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 46 | 0.06 | 0 | 0.68 | 0.43 | 65.4 | 0.52 | 0.38 |
| Hex | 89 | 92 | 2E | 6 | 0 | 44 | 2B | 41 | 34 | 26 |
| Octal | 211 | 222 | 56 | 6 | 0 | 104 | 53 | 101 | 64 | 46 |
| Binary | 10001001 | 10010010 | 101110 | 110 | 0 | 1000100 | 101011 | 1000001 | 110100 | 100110 |
Color Harmonies of #89922E
Complementary color
Monochromatic Colors of #89922E
Black with #89922E
Text Example
Text Example
White with #89922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89922E; }
p { color: rgb(137,146,46); }
H1.HeaderClassName
{
color: #89922E;
}
.AnyTagClassName
{
color: #89922E;
}
</style>
background-color css
<style>
a { background-color: #89922E; }
a { background-color: rgb(137,146,46); }
div.DivClassName
{
background-color: #89922E;
}
.BgClassName
{
background-color: #89922E;
}
</style>
border-color css
<style>
span { border-color: #89922E; }
span { border-color: rgb(137,146,46); }
td.TdClassName
{
border-color: #89922E;
}
.TagClassName
{
border-color: #89922E;
}
</style>