Shades of Wasabi #89934F
Tints of Wasabi #89934F
RGB
CMYK
RGB Variations
Color information
#89934F (or 0x89934F) is known color: Wasabi. HEX triplet: 89, 93 and 4F. RGB value is (137,147,79). Sum of RGB (Red+Green+Blue) = 137+147+79=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #89934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89934F is #766CB0. Grayscale: #888888. Windows color (decimal): -7761073 or 5215113. OLE color: 5215113.
HSL color Cylindrical-coordinate representation of color #89934F: hue angle of 68.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89934F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 79 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.42 |
| HSL | 68.82º | 0.3% | 0.44% | - |
| HSV(B) | 68.82º | 0.46% | 0.58% | - |
| XYZ | 22.16 | 26.75 | 11.39 | - |
| YUV | 136.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 79 | 0.07 | 0 | 0.46 | 0.42 | 68.82 | 0.3 | 0.44 |
| Hex | 89 | 93 | 4F | 7 | 0 | 2E | 2A | 45 | 1E | 2C |
| Octal | 211 | 223 | 117 | 7 | 0 | 56 | 52 | 105 | 36 | 54 |
| Binary | 10001001 | 10010011 | 1001111 | 111 | 0 | 101110 | 101010 | 1000101 | 11110 | 101100 |
Color Harmonies of #89934F
Complementary color
Monochromatic Colors of #89934F
Black with #89934F
Text Example
Text Example
White with #89934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89934F; }
p { color: rgb(137,147,79); }
H1.HeaderClassName
{
color: #89934F;
}
.AnyTagClassName
{
color: #89934F;
}
</style>
background-color css
<style>
a { background-color: #89934F; }
a { background-color: rgb(137,147,79); }
div.DivClassName
{
background-color: #89934F;
}
.BgClassName
{
background-color: #89934F;
}
</style>
border-color css
<style>
span { border-color: #89934F; }
span { border-color: rgb(137,147,79); }
td.TdClassName
{
border-color: #89934F;
}
.TagClassName
{
border-color: #89934F;
}
</style>