Shades of Wasabi #89934E
Tints of Wasabi #89934E
RGB
CMYK
RGB Variations
Color information
#89934E (or 0x89934E) is known color: Wasabi. HEX triplet: 89, 93 and 4E. RGB value is (137,147,78). Sum of RGB (Red+Green+Blue) = 137+147+78=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #89934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89934E is #766CB1. Grayscale: #888888. Windows color (decimal): -7761074 or 5149577. OLE color: 5149577.
HSL color Cylindrical-coordinate representation of color #89934E: hue angle of 68.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89934E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 78 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.42 |
| HSL | 68.7º | 0.31% | 0.44% | - |
| HSV(B) | 68.7º | 0.47% | 0.58% | - |
| XYZ | 22.13 | 26.74 | 11.2 | - |
| YUV | 136.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 78 | 0.07 | 0 | 0.47 | 0.42 | 68.7 | 0.31 | 0.44 |
| Hex | 89 | 93 | 4E | 7 | 0 | 2F | 2A | 45 | 1F | 2C |
| Octal | 211 | 223 | 116 | 7 | 0 | 57 | 52 | 105 | 37 | 54 |
| Binary | 10001001 | 10010011 | 1001110 | 111 | 0 | 101111 | 101010 | 1000101 | 11111 | 101100 |
Color Harmonies of #89934E
Complementary color
Monochromatic Colors of #89934E
Black with #89934E
Text Example
Text Example
White with #89934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89934E; }
p { color: rgb(137,147,78); }
H1.HeaderClassName
{
color: #89934E;
}
.AnyTagClassName
{
color: #89934E;
}
</style>
background-color css
<style>
a { background-color: #89934E; }
a { background-color: rgb(137,147,78); }
div.DivClassName
{
background-color: #89934E;
}
.BgClassName
{
background-color: #89934E;
}
</style>
border-color css
<style>
span { border-color: #89934E; }
span { border-color: rgb(137,147,78); }
td.TdClassName
{
border-color: #89934E;
}
.TagClassName
{
border-color: #89934E;
}
</style>