Shades of Wasabi #899237
Tints of Wasabi #899237
RGB
CMYK
RGB Variations
Color information
#899237 (or 0x899237) is known color: Wasabi. HEX triplet: 89, 92 and 37. RGB value is (137,146,55). Sum of RGB (Red+Green+Blue) = 137+146+55=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #899237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899237 is #766DC8. Grayscale: #858585. Windows color (decimal): -7761353 or 3641993. OLE color: 3641993.
HSL color Cylindrical-coordinate representation of color #899237: hue angle of 65.93º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #899237 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 55 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.43 |
| HSL | 65.93º | 0.45% | 0.39% | - |
| HSV(B) | 65.93º | 0.62% | 0.57% | - |
| XYZ | 21.29 | 26.15 | 7.54 | - |
| YUV | 132.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 55 | 0.06 | 0 | 0.62 | 0.43 | 65.93 | 0.45 | 0.39 |
| Hex | 89 | 92 | 37 | 6 | 0 | 3E | 2B | 42 | 2D | 27 |
| Octal | 211 | 222 | 67 | 6 | 0 | 76 | 53 | 102 | 55 | 47 |
| Binary | 10001001 | 10010010 | 110111 | 110 | 0 | 111110 | 101011 | 1000010 | 101101 | 100111 |
Color Harmonies of #899237
Complementary color
Monochromatic Colors of #899237
Black with #899237
Text Example
Text Example
White with #899237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899237; }
p { color: rgb(137,146,55); }
H1.HeaderClassName
{
color: #899237;
}
.AnyTagClassName
{
color: #899237;
}
</style>
background-color css
<style>
a { background-color: #899237; }
a { background-color: rgb(137,146,55); }
div.DivClassName
{
background-color: #899237;
}
.BgClassName
{
background-color: #899237;
}
</style>
border-color css
<style>
span { border-color: #899237; }
span { border-color: rgb(137,146,55); }
td.TdClassName
{
border-color: #899237;
}
.TagClassName
{
border-color: #899237;
}
</style>