Shades of Wasabi #889F40
Tints of Wasabi #889F40
RGB
CMYK
RGB Variations
Color information
#889F40 (or 0x889F40) is known color: Wasabi. HEX triplet: 88, 9F and 40. RGB value is (136,159,64). Sum of RGB (Red+Green+Blue) = 136+159+64=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #889F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F40 is #7760BF. Grayscale: #8D8D8D. Windows color (decimal): -7823552 or 4235144. OLE color: 4235144.
HSL color Cylindrical-coordinate representation of color #889F40: hue angle of 74.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #889F40 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 64 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.38 |
| HSL | 74.53º | 0.43% | 0.44% | - |
| HSV(B) | 74.53º | 0.6% | 0.62% | - |
| XYZ | 23.48 | 30.4 | 9.48 | - |
| YUV | 141.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 64 | 0.14 | 0 | 0.60 | 0.38 | 74.53 | 0.43 | 0.44 |
| Hex | 88 | 9F | 40 | E | 0 | 3C | 26 | 4B | 2B | 2C |
| Octal | 210 | 237 | 100 | 16 | 0 | 74 | 46 | 113 | 53 | 54 |
| Binary | 10001000 | 10011111 | 1000000 | 1110 | 0 | 111100 | 100110 | 1001011 | 101011 | 101100 |
Color Harmonies of #889F40
Complementary color
Monochromatic Colors of #889F40
Black with #889F40
Text Example
Text Example
White with #889F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F40; }
p { color: rgb(136,159,64); }
H1.HeaderClassName
{
color: #889F40;
}
.AnyTagClassName
{
color: #889F40;
}
</style>
background-color css
<style>
a { background-color: #889F40; }
a { background-color: rgb(136,159,64); }
div.DivClassName
{
background-color: #889F40;
}
.BgClassName
{
background-color: #889F40;
}
</style>
border-color css
<style>
span { border-color: #889F40; }
span { border-color: rgb(136,159,64); }
td.TdClassName
{
border-color: #889F40;
}
.TagClassName
{
border-color: #889F40;
}
</style>