Shades of Wasabi #89934C
Tints of Wasabi #89934C
RGB
CMYK
RGB Variations
Color information
#89934C (or 0x89934C) is known color: Wasabi. HEX triplet: 89, 93 and 4C. RGB value is (137,147,76). Sum of RGB (Red+Green+Blue) = 137+147+76=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #89934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89934C is #766CB3. Grayscale: #888888. Windows color (decimal): -7761076 or 5018505. OLE color: 5018505.
HSL color Cylindrical-coordinate representation of color #89934C: hue angle of 68.45º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89934C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 76 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.42 |
| HSL | 68.45º | 0.32% | 0.44% | - |
| HSV(B) | 68.45º | 0.48% | 0.58% | - |
| XYZ | 22.05 | 26.71 | 10.83 | - |
| YUV | 135.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 76 | 0.07 | 0 | 0.48 | 0.42 | 68.45 | 0.32 | 0.44 |
| Hex | 89 | 93 | 4C | 7 | 0 | 30 | 2A | 44 | 20 | 2C |
| Octal | 211 | 223 | 114 | 7 | 0 | 60 | 52 | 104 | 40 | 54 |
| Binary | 10001001 | 10010011 | 1001100 | 111 | 0 | 110000 | 101010 | 1000100 | 100000 | 101100 |
Color Harmonies of #89934C
Complementary color
Monochromatic Colors of #89934C
Black with #89934C
Text Example
Text Example
White with #89934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89934C; }
p { color: rgb(137,147,76); }
H1.HeaderClassName
{
color: #89934C;
}
.AnyTagClassName
{
color: #89934C;
}
</style>
background-color css
<style>
a { background-color: #89934C; }
a { background-color: rgb(137,147,76); }
div.DivClassName
{
background-color: #89934C;
}
.BgClassName
{
background-color: #89934C;
}
</style>
border-color css
<style>
span { border-color: #89934C; }
span { border-color: rgb(137,147,76); }
td.TdClassName
{
border-color: #89934C;
}
.TagClassName
{
border-color: #89934C;
}
</style>