Shades of Wasabi #899B49
Tints of Wasabi #899B49
RGB
CMYK
RGB Variations
Color information
#899B49 (or 0x899B49) is known color: Wasabi. HEX triplet: 89, 9B and 49. RGB value is (137,155,73). Sum of RGB (Red+Green+Blue) = 137+155+73=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #899B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B49 is #7664B6. Grayscale: #8C8C8C. Windows color (decimal): -7759031 or 4823945. OLE color: 4823945.
HSL color Cylindrical-coordinate representation of color #899B49: hue angle of 73.17º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #899B49 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 73 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.39 |
| HSL | 73.17º | 0.36% | 0.45% | - |
| HSV(B) | 73.17º | 0.53% | 0.61% | - |
| XYZ | 23.24 | 29.24 | 10.72 | - |
| YUV | 140.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 73 | 0.12 | 0 | 0.53 | 0.39 | 73.17 | 0.36 | 0.45 |
| Hex | 89 | 9B | 49 | C | 0 | 35 | 27 | 49 | 24 | 2D |
| Octal | 211 | 233 | 111 | 14 | 0 | 65 | 47 | 111 | 44 | 55 |
| Binary | 10001001 | 10011011 | 1001001 | 1100 | 0 | 110101 | 100111 | 1001001 | 100100 | 101101 |
Color Harmonies of #899B49
Complementary color
Monochromatic Colors of #899B49
Black with #899B49
Text Example
Text Example
White with #899B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B49; }
p { color: rgb(137,155,73); }
H1.HeaderClassName
{
color: #899B49;
}
.AnyTagClassName
{
color: #899B49;
}
</style>
background-color css
<style>
a { background-color: #899B49; }
a { background-color: rgb(137,155,73); }
div.DivClassName
{
background-color: #899B49;
}
.BgClassName
{
background-color: #899B49;
}
</style>
border-color css
<style>
span { border-color: #899B49; }
span { border-color: rgb(137,155,73); }
td.TdClassName
{
border-color: #899B49;
}
.TagClassName
{
border-color: #899B49;
}
</style>