Shades of Wasabi #89973D
Tints of Wasabi #89973D
RGB
CMYK
RGB Variations
Color information
#89973D (or 0x89973D) is known color: Wasabi. HEX triplet: 89, 97 and 3D. RGB value is (137,151,61). Sum of RGB (Red+Green+Blue) = 137+151+61=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #89973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89973D is #7668C2. Grayscale: #888888. Windows color (decimal): -7760067 or 4036489. OLE color: 4036489.
HSL color Cylindrical-coordinate representation of color #89973D: hue angle of 69.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89973D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 151 | 61 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.41 |
| HSL | 69.33º | 0.42% | 0.42% | - |
| HSV(B) | 69.33º | 0.6% | 0.59% | - |
| XYZ | 22.23 | 27.79 | 8.61 | - |
| YUV | 136.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 61 | 0.09 | 0 | 0.60 | 0.41 | 69.33 | 0.42 | 0.42 |
| Hex | 89 | 97 | 3D | 9 | 0 | 3C | 29 | 45 | 2A | 2A |
| Octal | 211 | 227 | 75 | 11 | 0 | 74 | 51 | 105 | 52 | 52 |
| Binary | 10001001 | 10010111 | 111101 | 1001 | 0 | 111100 | 101001 | 1000101 | 101010 | 101010 |
Color Harmonies of #89973D
Complementary color
Monochromatic Colors of #89973D
Black with #89973D
Text Example
Text Example
White with #89973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89973D; }
p { color: rgb(137,151,61); }
H1.HeaderClassName
{
color: #89973D;
}
.AnyTagClassName
{
color: #89973D;
}
</style>
background-color css
<style>
a { background-color: #89973D; }
a { background-color: rgb(137,151,61); }
div.DivClassName
{
background-color: #89973D;
}
.BgClassName
{
background-color: #89973D;
}
</style>
border-color css
<style>
span { border-color: #89973D; }
span { border-color: rgb(137,151,61); }
td.TdClassName
{
border-color: #89973D;
}
.TagClassName
{
border-color: #89973D;
}
</style>