Shades of Wasabi #898E32
Tints of Wasabi #898E32
RGB
CMYK
RGB Variations
Color information
#898E32 (or 0x898E32) is known color: Wasabi. HEX triplet: 89, 8E and 32. RGB value is (137,142,50). Sum of RGB (Red+Green+Blue) = 137+142+50=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #898E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898E32 is #7671CD. Grayscale: #828282. Windows color (decimal): -7762382 or 3313289. OLE color: 3313289.
HSL color Cylindrical-coordinate representation of color #898E32: hue angle of 63.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #898E32 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 50 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.44 |
| HSL | 63.26º | 0.48% | 0.38% | - |
| HSV(B) | 63.26º | 0.65% | 0.56% | - |
| XYZ | 20.57 | 24.89 | 6.74 | - |
| YUV | 130.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 50 | 0.04 | 0 | 0.65 | 0.44 | 63.26 | 0.48 | 0.38 |
| Hex | 89 | 8E | 32 | 4 | 0 | 41 | 2C | 3F | 30 | 26 |
| Octal | 211 | 216 | 62 | 4 | 0 | 101 | 54 | 77 | 60 | 46 |
| Binary | 10001001 | 10001110 | 110010 | 100 | 0 | 1000001 | 101100 | 111111 | 110000 | 100110 |
Color Harmonies of #898E32
Complementary color
Monochromatic Colors of #898E32
Black with #898E32
Text Example
Text Example
White with #898E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E32; }
p { color: rgb(137,142,50); }
H1.HeaderClassName
{
color: #898E32;
}
.AnyTagClassName
{
color: #898E32;
}
</style>
background-color css
<style>
a { background-color: #898E32; }
a { background-color: rgb(137,142,50); }
div.DivClassName
{
background-color: #898E32;
}
.BgClassName
{
background-color: #898E32;
}
</style>
border-color css
<style>
span { border-color: #898E32; }
span { border-color: rgb(137,142,50); }
td.TdClassName
{
border-color: #898E32;
}
.TagClassName
{
border-color: #898E32;
}
</style>