Shades of Wasabi #898E38
Tints of Wasabi #898E38
RGB
CMYK
RGB Variations
Color information
#898E38 (or 0x898E38) is known color: Wasabi. HEX triplet: 89, 8E and 38. RGB value is (137,142,56). Sum of RGB (Red+Green+Blue) = 137+142+56=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #898E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898E38 is #7671C7. Grayscale: #838383. Windows color (decimal): -7762376 or 3706505. OLE color: 3706505.
HSL color Cylindrical-coordinate representation of color #898E38: hue angle of 63.49º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #898E38 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 56 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.44 |
| HSL | 63.49º | 0.43% | 0.39% | - |
| HSV(B) | 63.49º | 0.61% | 0.56% | - |
| XYZ | 20.7 | 24.95 | 7.47 | - |
| YUV | 130.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 56 | 0.04 | 0 | 0.61 | 0.44 | 63.49 | 0.43 | 0.39 |
| Hex | 89 | 8E | 38 | 4 | 0 | 3D | 2C | 3F | 2B | 27 |
| Octal | 211 | 216 | 70 | 4 | 0 | 75 | 54 | 77 | 53 | 47 |
| Binary | 10001001 | 10001110 | 111000 | 100 | 0 | 111101 | 101100 | 111111 | 101011 | 100111 |
Color Harmonies of #898E38
Complementary color
Monochromatic Colors of #898E38
Black with #898E38
Text Example
Text Example
White with #898E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E38; }
p { color: rgb(137,142,56); }
H1.HeaderClassName
{
color: #898E38;
}
.AnyTagClassName
{
color: #898E38;
}
</style>
background-color css
<style>
a { background-color: #898E38; }
a { background-color: rgb(137,142,56); }
div.DivClassName
{
background-color: #898E38;
}
.BgClassName
{
background-color: #898E38;
}
</style>
border-color css
<style>
span { border-color: #898E38; }
span { border-color: rgb(137,142,56); }
td.TdClassName
{
border-color: #898E38;
}
.TagClassName
{
border-color: #898E38;
}
</style>