Shades of Wasabi #89943F
Tints of Wasabi #89943F
RGB
CMYK
RGB Variations
Color information
#89943F (or 0x89943F) is known color: Wasabi. HEX triplet: 89, 94 and 3F. RGB value is (137,148,63). Sum of RGB (Red+Green+Blue) = 137+148+63=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #89943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89943F is #766BC0. Grayscale: #878787. Windows color (decimal): -7760833 or 4166793. OLE color: 4166793.
HSL color Cylindrical-coordinate representation of color #89943F: hue angle of 67.76º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #89943F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 63 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.42 |
| HSL | 67.76º | 0.4% | 0.41% | - |
| HSV(B) | 67.76º | 0.57% | 0.58% | - |
| XYZ | 21.8 | 26.86 | 8.74 | - |
| YUV | 135.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 63 | 0.07 | 0 | 0.57 | 0.42 | 67.76 | 0.4 | 0.41 |
| Hex | 89 | 94 | 3F | 7 | 0 | 39 | 2A | 44 | 28 | 29 |
| Octal | 211 | 224 | 77 | 7 | 0 | 71 | 52 | 104 | 50 | 51 |
| Binary | 10001001 | 10010100 | 111111 | 111 | 0 | 111001 | 101010 | 1000100 | 101000 | 101001 |
Color Harmonies of #89943F
Complementary color
Monochromatic Colors of #89943F
Black with #89943F
Text Example
Text Example
White with #89943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89943F; }
p { color: rgb(137,148,63); }
H1.HeaderClassName
{
color: #89943F;
}
.AnyTagClassName
{
color: #89943F;
}
</style>
background-color css
<style>
a { background-color: #89943F; }
a { background-color: rgb(137,148,63); }
div.DivClassName
{
background-color: #89943F;
}
.BgClassName
{
background-color: #89943F;
}
</style>
border-color css
<style>
span { border-color: #89943F; }
span { border-color: rgb(137,148,63); }
td.TdClassName
{
border-color: #89943F;
}
.TagClassName
{
border-color: #89943F;
}
</style>