Shades of Wasabi #89902D
Tints of Wasabi #89902D
RGB
CMYK
RGB Variations
Color information
#89902D (or 0x89902D) is known color: Wasabi. HEX triplet: 89, 90 and 2D. RGB value is (137,144,45). Sum of RGB (Red+Green+Blue) = 137+144+45=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #89902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89902D is #766FD2. Grayscale: #838383. Windows color (decimal): -7761875 or 2986121. OLE color: 2986121.
HSL color Cylindrical-coordinate representation of color #89902D: hue angle of 64.24º degrees, saturation: 0.52, 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 #89902D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 45 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.44 |
| HSL | 64.24º | 0.52% | 0.37% | - |
| HSV(B) | 64.24º | 0.69% | 0.56% | - |
| XYZ | 20.76 | 25.45 | 6.3 | - |
| YUV | 130.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 45 | 0.05 | 0 | 0.69 | 0.44 | 64.24 | 0.52 | 0.37 |
| Hex | 89 | 90 | 2D | 5 | 0 | 45 | 2C | 40 | 34 | 25 |
| Octal | 211 | 220 | 55 | 5 | 0 | 105 | 54 | 100 | 64 | 45 |
| Binary | 10001001 | 10010000 | 101101 | 101 | 0 | 1000101 | 101100 | 1000000 | 110100 | 100101 |
Color Harmonies of #89902D
Complementary color
Monochromatic Colors of #89902D
Black with #89902D
Text Example
Text Example
White with #89902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89902D; }
p { color: rgb(137,144,45); }
H1.HeaderClassName
{
color: #89902D;
}
.AnyTagClassName
{
color: #89902D;
}
</style>
background-color css
<style>
a { background-color: #89902D; }
a { background-color: rgb(137,144,45); }
div.DivClassName
{
background-color: #89902D;
}
.BgClassName
{
background-color: #89902D;
}
</style>
border-color css
<style>
span { border-color: #89902D; }
span { border-color: rgb(137,144,45); }
td.TdClassName
{
border-color: #89902D;
}
.TagClassName
{
border-color: #89902D;
}
</style>