Shades of Wasabi #89952D
Tints of Wasabi #89952D
RGB
CMYK
RGB Variations
Color information
#89952D (or 0x89952D) is known color: Wasabi. HEX triplet: 89, 95 and 2D. RGB value is (137,149,45). Sum of RGB (Red+Green+Blue) = 137+149+45=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #89952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89952D is #766AD2. Grayscale: #858585. Windows color (decimal): -7760595 or 2987401. OLE color: 2987401.
HSL color Cylindrical-coordinate representation of color #89952D: hue angle of 66.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89952D is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 45 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.42 |
| HSL | 66.92º | 0.54% | 0.38% | - |
| HSV(B) | 66.92º | 0.7% | 0.58% | - |
| XYZ | 21.54 | 27 | 6.56 | - |
| YUV | 133.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 45 | 0.08 | 0 | 0.70 | 0.42 | 66.92 | 0.54 | 0.38 |
| Hex | 89 | 95 | 2D | 8 | 0 | 46 | 2A | 43 | 36 | 26 |
| Octal | 211 | 225 | 55 | 10 | 0 | 106 | 52 | 103 | 66 | 46 |
| Binary | 10001001 | 10010101 | 101101 | 1000 | 0 | 1000110 | 101010 | 1000011 | 110110 | 100110 |
Color Harmonies of #89952D
Complementary color
Monochromatic Colors of #89952D
Black with #89952D
Text Example
Text Example
White with #89952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89952D; }
p { color: rgb(137,149,45); }
H1.HeaderClassName
{
color: #89952D;
}
.AnyTagClassName
{
color: #89952D;
}
</style>
background-color css
<style>
a { background-color: #89952D; }
a { background-color: rgb(137,149,45); }
div.DivClassName
{
background-color: #89952D;
}
.BgClassName
{
background-color: #89952D;
}
</style>
border-color css
<style>
span { border-color: #89952D; }
span { border-color: rgb(137,149,45); }
td.TdClassName
{
border-color: #89952D;
}
.TagClassName
{
border-color: #89952D;
}
</style>