Shades of Wasabi #889E38
Tints of Wasabi #889E38
RGB
CMYK
RGB Variations
Color information
#889E38 (or 0x889E38) is known color: Wasabi. HEX triplet: 88, 9E and 38. RGB value is (136,158,56). Sum of RGB (Red+Green+Blue) = 136+158+56=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #889E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889E38 is #7761C7. Grayscale: #8C8C8C. Windows color (decimal): -7823816 or 3710600. OLE color: 3710600.
HSL color Cylindrical-coordinate representation of color #889E38: hue angle of 72.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #889E38 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 158 | 56 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.38 |
| HSL | 72.94º | 0.48% | 0.42% | - |
| HSV(B) | 72.94º | 0.65% | 0.62% | - |
| XYZ | 23.09 | 29.97 | 8.31 | - |
| YUV | 139.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 56 | 0.14 | 0 | 0.65 | 0.38 | 72.94 | 0.48 | 0.42 |
| Hex | 88 | 9E | 38 | E | 0 | 41 | 26 | 49 | 30 | 2A |
| Octal | 210 | 236 | 70 | 16 | 0 | 101 | 46 | 111 | 60 | 52 |
| Binary | 10001000 | 10011110 | 111000 | 1110 | 0 | 1000001 | 100110 | 1001001 | 110000 | 101010 |
Color Harmonies of #889E38
Complementary color
Monochromatic Colors of #889E38
Black with #889E38
Text Example
Text Example
White with #889E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889E38; }
p { color: rgb(136,158,56); }
H1.HeaderClassName
{
color: #889E38;
}
.AnyTagClassName
{
color: #889E38;
}
</style>
background-color css
<style>
a { background-color: #889E38; }
a { background-color: rgb(136,158,56); }
div.DivClassName
{
background-color: #889E38;
}
.BgClassName
{
background-color: #889E38;
}
</style>
border-color css
<style>
span { border-color: #889E38; }
span { border-color: rgb(136,158,56); }
td.TdClassName
{
border-color: #889E38;
}
.TagClassName
{
border-color: #889E38;
}
</style>