Shades of Wasabi #899544
Tints of Wasabi #899544
RGB
CMYK
RGB Variations
Color information
#899544 (or 0x899544) is known color: Wasabi. HEX triplet: 89, 95 and 44. RGB value is (137,149,68). Sum of RGB (Red+Green+Blue) = 137+149+68=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #899544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899544 is #766ABB. Grayscale: #888888. Windows color (decimal): -7760572 or 4494729. OLE color: 4494729.
HSL color Cylindrical-coordinate representation of color #899544: hue angle of 68.89º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #899544 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 68 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.42 |
| HSL | 68.89º | 0.37% | 0.43% | - |
| HSV(B) | 68.89º | 0.54% | 0.58% | - |
| XYZ | 22.11 | 27.23 | 9.56 | - |
| YUV | 136.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 68 | 0.08 | 0 | 0.54 | 0.42 | 68.89 | 0.37 | 0.43 |
| Hex | 89 | 95 | 44 | 8 | 0 | 36 | 2A | 45 | 25 | 2B |
| Octal | 211 | 225 | 104 | 10 | 0 | 66 | 52 | 105 | 45 | 53 |
| Binary | 10001001 | 10010101 | 1000100 | 1000 | 0 | 110110 | 101010 | 1000101 | 100101 | 101011 |
Color Harmonies of #899544
Complementary color
Monochromatic Colors of #899544
Black with #899544
Text Example
Text Example
White with #899544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899544; }
p { color: rgb(137,149,68); }
H1.HeaderClassName
{
color: #899544;
}
.AnyTagClassName
{
color: #899544;
}
</style>
background-color css
<style>
a { background-color: #899544; }
a { background-color: rgb(137,149,68); }
div.DivClassName
{
background-color: #899544;
}
.BgClassName
{
background-color: #899544;
}
</style>
border-color css
<style>
span { border-color: #899544; }
span { border-color: rgb(137,149,68); }
td.TdClassName
{
border-color: #899544;
}
.TagClassName
{
border-color: #899544;
}
</style>