Shades of Wasabi #889246
Tints of Wasabi #889246
RGB
CMYK
RGB Variations
Color information
#889246 (or 0x889246) is known color: Wasabi. HEX triplet: 88, 92 and 46. RGB value is (136,146,70). Sum of RGB (Red+Green+Blue) = 136+146+70=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #889246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889246 is #776DB9. Grayscale: #868686. Windows color (decimal): -7826874 or 4625032. OLE color: 4625032.
HSL color Cylindrical-coordinate representation of color #889246: hue angle of 67.89º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #889246 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 70 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.43 |
| HSL | 67.89º | 0.35% | 0.42% | - |
| HSV(B) | 67.89º | 0.52% | 0.57% | - |
| XYZ | 21.54 | 26.23 | 9.72 | - |
| YUV | 134.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 70 | 0.07 | 0 | 0.52 | 0.43 | 67.89 | 0.35 | 0.42 |
| Hex | 88 | 92 | 46 | 7 | 0 | 34 | 2B | 44 | 23 | 2A |
| Octal | 210 | 222 | 106 | 7 | 0 | 64 | 53 | 104 | 43 | 52 |
| Binary | 10001000 | 10010010 | 1000110 | 111 | 0 | 110100 | 101011 | 1000100 | 100011 | 101010 |
Color Harmonies of #889246
Complementary color
Monochromatic Colors of #889246
Black with #889246
Text Example
Text Example
White with #889246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889246; }
p { color: rgb(136,146,70); }
H1.HeaderClassName
{
color: #889246;
}
.AnyTagClassName
{
color: #889246;
}
</style>
background-color css
<style>
a { background-color: #889246; }
a { background-color: rgb(136,146,70); }
div.DivClassName
{
background-color: #889246;
}
.BgClassName
{
background-color: #889246;
}
</style>
border-color css
<style>
span { border-color: #889246; }
span { border-color: rgb(136,146,70); }
td.TdClassName
{
border-color: #889246;
}
.TagClassName
{
border-color: #889246;
}
</style>