Shades of Wasabi #89902C
Tints of Wasabi #89902C
RGB
CMYK
RGB Variations
Color information
#89902C (or 0x89902C) is known color: Wasabi. HEX triplet: 89, 90 and 2C. RGB value is (137,144,44). Sum of RGB (Red+Green+Blue) = 137+144+44=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #89902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89902C is #766FD3. Grayscale: #828282. Windows color (decimal): -7761876 or 2920585. OLE color: 2920585.
HSL color Cylindrical-coordinate representation of color #89902C: hue angle of 64.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89902C is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 44 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.44 |
| HSL | 64.2º | 0.53% | 0.37% | - |
| HSV(B) | 64.2º | 0.69% | 0.56% | - |
| XYZ | 20.74 | 25.45 | 6.2 | - |
| YUV | 130.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 44 | 0.05 | 0 | 0.69 | 0.44 | 64.2 | 0.53 | 0.37 |
| Hex | 89 | 90 | 2C | 5 | 0 | 45 | 2C | 40 | 35 | 25 |
| Octal | 211 | 220 | 54 | 5 | 0 | 105 | 54 | 100 | 65 | 45 |
| Binary | 10001001 | 10010000 | 101100 | 101 | 0 | 1000101 | 101100 | 1000000 | 110101 | 100101 |
Color Harmonies of #89902C
Complementary color
Monochromatic Colors of #89902C
Black with #89902C
Text Example
Text Example
White with #89902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89902C; }
p { color: rgb(137,144,44); }
H1.HeaderClassName
{
color: #89902C;
}
.AnyTagClassName
{
color: #89902C;
}
</style>
background-color css
<style>
a { background-color: #89902C; }
a { background-color: rgb(137,144,44); }
div.DivClassName
{
background-color: #89902C;
}
.BgClassName
{
background-color: #89902C;
}
</style>
border-color css
<style>
span { border-color: #89902C; }
span { border-color: rgb(137,144,44); }
td.TdClassName
{
border-color: #89902C;
}
.TagClassName
{
border-color: #89902C;
}
</style>