Shades of Wasabi #889449
Tints of Wasabi #889449
RGB
CMYK
RGB Variations
Color information
#889449 (or 0x889449) is known color: Wasabi. HEX triplet: 88, 94 and 49. RGB value is (136,148,73). Sum of RGB (Red+Green+Blue) = 136+148+73=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #889449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889449 is #776BB6. Grayscale: #888888. Windows color (decimal): -7826359 or 4822152. OLE color: 4822152.
HSL color Cylindrical-coordinate representation of color #889449: hue angle of 69.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #889449 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 73 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.42 |
| HSL | 69.6º | 0.34% | 0.43% | - |
| HSV(B) | 69.6º | 0.51% | 0.58% | - |
| XYZ | 21.95 | 26.9 | 10.34 | - |
| YUV | 135.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 73 | 0.08 | 0 | 0.51 | 0.42 | 69.6 | 0.34 | 0.43 |
| Hex | 88 | 94 | 49 | 8 | 0 | 33 | 2A | 46 | 22 | 2B |
| Octal | 210 | 224 | 111 | 10 | 0 | 63 | 52 | 106 | 42 | 53 |
| Binary | 10001000 | 10010100 | 1001001 | 1000 | 0 | 110011 | 101010 | 1000110 | 100010 | 101011 |
Color Harmonies of #889449
Complementary color
Monochromatic Colors of #889449
Black with #889449
Text Example
Text Example
White with #889449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889449; }
p { color: rgb(136,148,73); }
H1.HeaderClassName
{
color: #889449;
}
.AnyTagClassName
{
color: #889449;
}
</style>
background-color css
<style>
a { background-color: #889449; }
a { background-color: rgb(136,148,73); }
div.DivClassName
{
background-color: #889449;
}
.BgClassName
{
background-color: #889449;
}
</style>
border-color css
<style>
span { border-color: #889449; }
span { border-color: rgb(136,148,73); }
td.TdClassName
{
border-color: #889449;
}
.TagClassName
{
border-color: #889449;
}
</style>