Shades of Wasabi #899238
Tints of Wasabi #899238
RGB
CMYK
RGB Variations
Color information
#899238 (or 0x899238) is known color: Wasabi. HEX triplet: 89, 92 and 38. RGB value is (137,146,56). Sum of RGB (Red+Green+Blue) = 137+146+56=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #899238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899238 is #766DC7. Grayscale: #858585. Windows color (decimal): -7761352 or 3707529. OLE color: 3707529.
HSL color Cylindrical-coordinate representation of color #899238: hue angle of 66º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #899238 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 56 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.43 |
| HSL | 66º | 0.45% | 0.4% | - |
| HSV(B) | 66º | 0.62% | 0.57% | - |
| XYZ | 21.31 | 26.16 | 7.67 | - |
| YUV | 133.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 56 | 0.06 | 0 | 0.62 | 0.43 | 66 | 0.45 | 0.4 |
| Hex | 89 | 92 | 38 | 6 | 0 | 3E | 2B | 42 | 2D | 28 |
| Octal | 211 | 222 | 70 | 6 | 0 | 76 | 53 | 102 | 55 | 50 |
| Binary | 10001001 | 10010010 | 111000 | 110 | 0 | 111110 | 101011 | 1000010 | 101101 | 101000 |
Color Harmonies of #899238
Complementary color
Monochromatic Colors of #899238
Black with #899238
Text Example
Text Example
White with #899238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899238; }
p { color: rgb(137,146,56); }
H1.HeaderClassName
{
color: #899238;
}
.AnyTagClassName
{
color: #899238;
}
</style>
background-color css
<style>
a { background-color: #899238; }
a { background-color: rgb(137,146,56); }
div.DivClassName
{
background-color: #899238;
}
.BgClassName
{
background-color: #899238;
}
</style>
border-color css
<style>
span { border-color: #899238; }
span { border-color: rgb(137,146,56); }
td.TdClassName
{
border-color: #899238;
}
.TagClassName
{
border-color: #899238;
}
</style>