Shades of Wasabi #899139
Tints of Wasabi #899139
RGB
CMYK
RGB Variations
Color information
#899139 (or 0x899139) is known color: Wasabi. HEX triplet: 89, 91 and 39. RGB value is (137,145,57). Sum of RGB (Red+Green+Blue) = 137+145+57=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #899139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899139 is #766EC6. Grayscale: #848484. Windows color (decimal): -7761607 or 3772809. OLE color: 3772809.
HSL color Cylindrical-coordinate representation of color #899139: hue angle of 65.45º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #899139 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 57 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.43 |
| HSL | 65.45º | 0.44% | 0.4% | - |
| HSV(B) | 65.45º | 0.61% | 0.57% | - |
| XYZ | 21.18 | 25.86 | 7.75 | - |
| YUV | 132.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 57 | 0.06 | 0 | 0.61 | 0.43 | 65.45 | 0.44 | 0.4 |
| Hex | 89 | 91 | 39 | 6 | 0 | 3D | 2B | 41 | 2C | 28 |
| Octal | 211 | 221 | 71 | 6 | 0 | 75 | 53 | 101 | 54 | 50 |
| Binary | 10001001 | 10010001 | 111001 | 110 | 0 | 111101 | 101011 | 1000001 | 101100 | 101000 |
Color Harmonies of #899139
Complementary color
Monochromatic Colors of #899139
Black with #899139
Text Example
Text Example
White with #899139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899139; }
p { color: rgb(137,145,57); }
H1.HeaderClassName
{
color: #899139;
}
.AnyTagClassName
{
color: #899139;
}
</style>
background-color css
<style>
a { background-color: #899139; }
a { background-color: rgb(137,145,57); }
div.DivClassName
{
background-color: #899139;
}
.BgClassName
{
background-color: #899139;
}
</style>
border-color css
<style>
span { border-color: #899139; }
span { border-color: rgb(137,145,57); }
td.TdClassName
{
border-color: #899139;
}
.TagClassName
{
border-color: #899139;
}
</style>