Shades of Wasabi #889249
Tints of Wasabi #889249
RGB
CMYK
RGB Variations
Color information
#889249 (or 0x889249) is known color: Wasabi. HEX triplet: 88, 92 and 49. RGB value is (136,146,73). Sum of RGB (Red+Green+Blue) = 136+146+73=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #889249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889249 is #776DB6. Grayscale: #868686. Windows color (decimal): -7826871 or 4821640. OLE color: 4821640.
HSL color Cylindrical-coordinate representation of color #889249: hue angle of 68.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #889249 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 73 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.43 |
| HSL | 68.22º | 0.33% | 0.43% | - |
| HSV(B) | 68.22º | 0.5% | 0.57% | - |
| XYZ | 21.63 | 26.27 | 10.23 | - |
| YUV | 134.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 73 | 0.07 | 0 | 0.5 | 0.43 | 68.22 | 0.33 | 0.43 |
| Hex | 88 | 92 | 49 | 7 | 0 | 32 | 2B | 44 | 21 | 2B |
| Octal | 210 | 222 | 111 | 7 | 0 | 62 | 53 | 104 | 41 | 53 |
| Binary | 10001000 | 10010010 | 1001001 | 111 | 0 | 110010 | 101011 | 1000100 | 100001 | 101011 |
Color Harmonies of #889249
Complementary color
Monochromatic Colors of #889249
Black with #889249
Text Example
Text Example
White with #889249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889249; }
p { color: rgb(136,146,73); }
H1.HeaderClassName
{
color: #889249;
}
.AnyTagClassName
{
color: #889249;
}
</style>
background-color css
<style>
a { background-color: #889249; }
a { background-color: rgb(136,146,73); }
div.DivClassName
{
background-color: #889249;
}
.BgClassName
{
background-color: #889249;
}
</style>
border-color css
<style>
span { border-color: #889249; }
span { border-color: rgb(136,146,73); }
td.TdClassName
{
border-color: #889249;
}
.TagClassName
{
border-color: #889249;
}
</style>