Shades of Wasabi #89902F
Tints of Wasabi #89902F
RGB
CMYK
RGB Variations
Color information
#89902F (or 0x89902F) is known color: Wasabi. HEX triplet: 89, 90 and 2F. RGB value is (137,144,47). Sum of RGB (Red+Green+Blue) = 137+144+47=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #89902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89902F is #766FD0. Grayscale: #838383. Windows color (decimal): -7761873 or 3117193. OLE color: 3117193.
HSL color Cylindrical-coordinate representation of color #89902F: hue angle of 64.33º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89902F is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 47 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.44 |
| HSL | 64.33º | 0.51% | 0.37% | - |
| HSV(B) | 64.33º | 0.67% | 0.56% | - |
| XYZ | 20.8 | 25.47 | 6.51 | - |
| YUV | 130.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 47 | 0.05 | 0 | 0.67 | 0.44 | 64.33 | 0.51 | 0.37 |
| Hex | 89 | 90 | 2F | 5 | 0 | 43 | 2C | 40 | 33 | 25 |
| Octal | 211 | 220 | 57 | 5 | 0 | 103 | 54 | 100 | 63 | 45 |
| Binary | 10001001 | 10010000 | 101111 | 101 | 0 | 1000011 | 101100 | 1000000 | 110011 | 100101 |
Color Harmonies of #89902F
Complementary color
Monochromatic Colors of #89902F
Black with #89902F
Text Example
Text Example
White with #89902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89902F; }
p { color: rgb(137,144,47); }
H1.HeaderClassName
{
color: #89902F;
}
.AnyTagClassName
{
color: #89902F;
}
</style>
background-color css
<style>
a { background-color: #89902F; }
a { background-color: rgb(137,144,47); }
div.DivClassName
{
background-color: #89902F;
}
.BgClassName
{
background-color: #89902F;
}
</style>
border-color css
<style>
span { border-color: #89902F; }
span { border-color: rgb(137,144,47); }
td.TdClassName
{
border-color: #89902F;
}
.TagClassName
{
border-color: #89902F;
}
</style>