Shades of Wasabi #89982F
Tints of Wasabi #89982F
RGB
CMYK
RGB Variations
Color information
#89982F (or 0x89982F) is known color: Wasabi. HEX triplet: 89, 98 and 2F. RGB value is (137,152,47). Sum of RGB (Red+Green+Blue) = 137+152+47=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #89982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89982F is #7667D0. Grayscale: #878787. Windows color (decimal): -7759825 or 3119241. OLE color: 3119241.
HSL color Cylindrical-coordinate representation of color #89982F: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89982F is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 47 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.40 |
| HSL | 68.57º | 0.53% | 0.39% | - |
| HSV(B) | 68.57º | 0.69% | 0.6% | - |
| XYZ | 22.06 | 27.98 | 6.93 | - |
| YUV | 135.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 47 | 0.10 | 0 | 0.69 | 0.40 | 68.57 | 0.53 | 0.39 |
| Hex | 89 | 98 | 2F | A | 0 | 45 | 28 | 45 | 35 | 27 |
| Octal | 211 | 230 | 57 | 12 | 0 | 105 | 50 | 105 | 65 | 47 |
| Binary | 10001001 | 10011000 | 101111 | 1010 | 0 | 1000101 | 101000 | 1000101 | 110101 | 100111 |
Color Harmonies of #89982F
Complementary color
Monochromatic Colors of #89982F
Black with #89982F
Text Example
Text Example
White with #89982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89982F; }
p { color: rgb(137,152,47); }
H1.HeaderClassName
{
color: #89982F;
}
.AnyTagClassName
{
color: #89982F;
}
</style>
background-color css
<style>
a { background-color: #89982F; }
a { background-color: rgb(137,152,47); }
div.DivClassName
{
background-color: #89982F;
}
.BgClassName
{
background-color: #89982F;
}
</style>
border-color css
<style>
span { border-color: #89982F; }
span { border-color: rgb(137,152,47); }
td.TdClassName
{
border-color: #89982F;
}
.TagClassName
{
border-color: #89982F;
}
</style>