Shades of Wasabi #89984A
Tints of Wasabi #89984A
RGB
CMYK
RGB Variations
Color information
#89984A (or 0x89984A) is known color: Wasabi. HEX triplet: 89, 98 and 4A. RGB value is (137,152,74). Sum of RGB (Red+Green+Blue) = 137+152+74=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #89984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89984A is #7667B5. Grayscale: #8A8A8A. Windows color (decimal): -7759798 or 4888713. OLE color: 4888713.
HSL color Cylindrical-coordinate representation of color #89984A: hue angle of 71.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89984A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 74 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.40 |
| HSL | 71.54º | 0.35% | 0.44% | - |
| HSV(B) | 71.54º | 0.51% | 0.6% | - |
| XYZ | 22.78 | 28.27 | 10.73 | - |
| YUV | 138.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 74 | 0.10 | 0 | 0.51 | 0.40 | 71.54 | 0.35 | 0.44 |
| Hex | 89 | 98 | 4A | A | 0 | 33 | 28 | 48 | 23 | 2C |
| Octal | 211 | 230 | 112 | 12 | 0 | 63 | 50 | 110 | 43 | 54 |
| Binary | 10001001 | 10011000 | 1001010 | 1010 | 0 | 110011 | 101000 | 1001000 | 100011 | 101100 |
Color Harmonies of #89984A
Complementary color
Monochromatic Colors of #89984A
Black with #89984A
Text Example
Text Example
White with #89984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89984A; }
p { color: rgb(137,152,74); }
H1.HeaderClassName
{
color: #89984A;
}
.AnyTagClassName
{
color: #89984A;
}
</style>
background-color css
<style>
a { background-color: #89984A; }
a { background-color: rgb(137,152,74); }
div.DivClassName
{
background-color: #89984A;
}
.BgClassName
{
background-color: #89984A;
}
</style>
border-color css
<style>
span { border-color: #89984A; }
span { border-color: rgb(137,152,74); }
td.TdClassName
{
border-color: #89984A;
}
.TagClassName
{
border-color: #89984A;
}
</style>