Shades of Wasabi #899231
Tints of Wasabi #899231
RGB
CMYK
RGB Variations
Color information
#899231 (or 0x899231) is known color: Wasabi. HEX triplet: 89, 92 and 31. RGB value is (137,146,49). Sum of RGB (Red+Green+Blue) = 137+146+49=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #899231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899231 is #766DCE. Grayscale: #848484. Windows color (decimal): -7761359 or 3248777. OLE color: 3248777.
HSL color Cylindrical-coordinate representation of color #899231: hue angle of 65.57º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #899231 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 49 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.43 |
| HSL | 65.57º | 0.5% | 0.38% | - |
| HSV(B) | 65.57º | 0.66% | 0.57% | - |
| XYZ | 21.15 | 26.1 | 6.83 | - |
| YUV | 132.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 49 | 0.06 | 0 | 0.66 | 0.43 | 65.57 | 0.5 | 0.38 |
| Hex | 89 | 92 | 31 | 6 | 0 | 42 | 2B | 42 | 32 | 26 |
| Octal | 211 | 222 | 61 | 6 | 0 | 102 | 53 | 102 | 62 | 46 |
| Binary | 10001001 | 10010010 | 110001 | 110 | 0 | 1000010 | 101011 | 1000010 | 110010 | 100110 |
Color Harmonies of #899231
Complementary color
Monochromatic Colors of #899231
Black with #899231
Text Example
Text Example
White with #899231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899231; }
p { color: rgb(137,146,49); }
H1.HeaderClassName
{
color: #899231;
}
.AnyTagClassName
{
color: #899231;
}
</style>
background-color css
<style>
a { background-color: #899231; }
a { background-color: rgb(137,146,49); }
div.DivClassName
{
background-color: #899231;
}
.BgClassName
{
background-color: #899231;
}
</style>
border-color css
<style>
span { border-color: #899231; }
span { border-color: rgb(137,146,49); }
td.TdClassName
{
border-color: #899231;
}
.TagClassName
{
border-color: #899231;
}
</style>