Shades of Wasabi #889A2E
Tints of Wasabi #889A2E
RGB
CMYK
RGB Variations
Color information
#889A2E (or 0x889A2E) is known color: Wasabi. HEX triplet: 88, 9A and 2E. RGB value is (136,154,46). Sum of RGB (Red+Green+Blue) = 136+154+46=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #889A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889A2E is #7765D1. Grayscale: #888888. Windows color (decimal): -7824850 or 3054216. OLE color: 3054216.
HSL color Cylindrical-coordinate representation of color #889A2E: hue angle of 70º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #889A2E is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 154 | 46 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.40 |
| HSL | 70º | 0.54% | 0.39% | - |
| HSV(B) | 70º | 0.7% | 0.6% | - |
| XYZ | 22.2 | 28.54 | 6.92 | - |
| YUV | 136.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 46 | 0.12 | 0 | 0.70 | 0.40 | 70 | 0.54 | 0.39 |
| Hex | 88 | 9A | 2E | C | 0 | 46 | 28 | 46 | 36 | 27 |
| Octal | 210 | 232 | 56 | 14 | 0 | 106 | 50 | 106 | 66 | 47 |
| Binary | 10001000 | 10011010 | 101110 | 1100 | 0 | 1000110 | 101000 | 1000110 | 110110 | 100111 |
Color Harmonies of #889A2E
Complementary color
Monochromatic Colors of #889A2E
Black with #889A2E
Text Example
Text Example
White with #889A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889A2E; }
p { color: rgb(136,154,46); }
H1.HeaderClassName
{
color: #889A2E;
}
.AnyTagClassName
{
color: #889A2E;
}
</style>
background-color css
<style>
a { background-color: #889A2E; }
a { background-color: rgb(136,154,46); }
div.DivClassName
{
background-color: #889A2E;
}
.BgClassName
{
background-color: #889A2E;
}
</style>
border-color css
<style>
span { border-color: #889A2E; }
span { border-color: rgb(136,154,46); }
td.TdClassName
{
border-color: #889A2E;
}
.TagClassName
{
border-color: #889A2E;
}
</style>