Shades of Wasabi #89914E
Tints of Wasabi #89914E
RGB
CMYK
RGB Variations
Color information
#89914E (or 0x89914E) is known color: Wasabi. HEX triplet: 89, 91 and 4E. RGB value is (137,145,78). Sum of RGB (Red+Green+Blue) = 137+145+78=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #89914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89914E is #766EB1. Grayscale: #878787. Windows color (decimal): -7761586 or 5149065. OLE color: 5149065.
HSL color Cylindrical-coordinate representation of color #89914E: hue angle of 67.16º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89914E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 78 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.43 |
| HSL | 67.16º | 0.3% | 0.44% | - |
| HSV(B) | 67.16º | 0.46% | 0.57% | - |
| XYZ | 21.82 | 26.12 | 11.1 | - |
| YUV | 134.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 78 | 0.06 | 0 | 0.46 | 0.43 | 67.16 | 0.3 | 0.44 |
| Hex | 89 | 91 | 4E | 6 | 0 | 2E | 2B | 43 | 1E | 2C |
| Octal | 211 | 221 | 116 | 6 | 0 | 56 | 53 | 103 | 36 | 54 |
| Binary | 10001001 | 10010001 | 1001110 | 110 | 0 | 101110 | 101011 | 1000011 | 11110 | 101100 |
Color Harmonies of #89914E
Complementary color
Monochromatic Colors of #89914E
Black with #89914E
Text Example
Text Example
White with #89914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89914E; }
p { color: rgb(137,145,78); }
H1.HeaderClassName
{
color: #89914E;
}
.AnyTagClassName
{
color: #89914E;
}
</style>
background-color css
<style>
a { background-color: #89914E; }
a { background-color: rgb(137,145,78); }
div.DivClassName
{
background-color: #89914E;
}
.BgClassName
{
background-color: #89914E;
}
</style>
border-color css
<style>
span { border-color: #89914E; }
span { border-color: rgb(137,145,78); }
td.TdClassName
{
border-color: #89914E;
}
.TagClassName
{
border-color: #89914E;
}
</style>