Shades of Wasabi #899949
Tints of Wasabi #899949
RGB
CMYK
RGB Variations
Color information
#899949 (or 0x899949) is known color: Wasabi. HEX triplet: 89, 99 and 49. RGB value is (137,153,73). Sum of RGB (Red+Green+Blue) = 137+153+73=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #899949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899949 is #7666B6. Grayscale: #8B8B8B. Windows color (decimal): -7759543 or 4823433. OLE color: 4823433.
HSL color Cylindrical-coordinate representation of color #899949: hue angle of 72º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #899949 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 73 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.4 |
| HSL | 72º | 0.35% | 0.44% | - |
| HSV(B) | 72º | 0.52% | 0.6% | - |
| XYZ | 22.91 | 28.58 | 10.61 | - |
| YUV | 139.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 73 | 0.10 | 0 | 0.52 | 0.4 | 72 | 0.35 | 0.44 |
| Hex | 89 | 99 | 49 | A | 0 | 34 | 28 | 48 | 23 | 2C |
| Octal | 211 | 231 | 111 | 12 | 0 | 64 | 50 | 110 | 43 | 54 |
| Binary | 10001001 | 10011001 | 1001001 | 1010 | 0 | 110100 | 101000 | 1001000 | 100011 | 101100 |
Color Harmonies of #899949
Complementary color
Monochromatic Colors of #899949
Black with #899949
Text Example
Text Example
White with #899949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899949; }
p { color: rgb(137,153,73); }
H1.HeaderClassName
{
color: #899949;
}
.AnyTagClassName
{
color: #899949;
}
</style>
background-color css
<style>
a { background-color: #899949; }
a { background-color: rgb(137,153,73); }
div.DivClassName
{
background-color: #899949;
}
.BgClassName
{
background-color: #899949;
}
</style>
border-color css
<style>
span { border-color: #899949; }
span { border-color: rgb(137,153,73); }
td.TdClassName
{
border-color: #899949;
}
.TagClassName
{
border-color: #899949;
}
</style>