Shades of Wasabi #889F38
Tints of Wasabi #889F38
RGB
CMYK
RGB Variations
Color information
#889F38 (or 0x889F38) is known color: Wasabi. HEX triplet: 88, 9F and 38. RGB value is (136,159,56). Sum of RGB (Red+Green+Blue) = 136+159+56=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #889F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F38 is #7760C7. Grayscale: #8C8C8C. Windows color (decimal): -7823560 or 3710856. OLE color: 3710856.
HSL color Cylindrical-coordinate representation of color #889F38: hue angle of 73.4º 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 #889F38 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 56 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.38 |
| HSL | 73.4º | 0.48% | 0.42% | - |
| HSV(B) | 73.4º | 0.65% | 0.62% | - |
| XYZ | 23.27 | 30.32 | 8.37 | - |
| YUV | 140.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 56 | 0.14 | 0 | 0.65 | 0.38 | 73.4 | 0.48 | 0.42 |
| Hex | 88 | 9F | 38 | E | 0 | 41 | 26 | 49 | 30 | 2A |
| Octal | 210 | 237 | 70 | 16 | 0 | 101 | 46 | 111 | 60 | 52 |
| Binary | 10001000 | 10011111 | 111000 | 1110 | 0 | 1000001 | 100110 | 1001001 | 110000 | 101010 |
Color Harmonies of #889F38
Complementary color
Monochromatic Colors of #889F38
Black with #889F38
Text Example
Text Example
White with #889F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F38; }
p { color: rgb(136,159,56); }
H1.HeaderClassName
{
color: #889F38;
}
.AnyTagClassName
{
color: #889F38;
}
</style>
background-color css
<style>
a { background-color: #889F38; }
a { background-color: rgb(136,159,56); }
div.DivClassName
{
background-color: #889F38;
}
.BgClassName
{
background-color: #889F38;
}
</style>
border-color css
<style>
span { border-color: #889F38; }
span { border-color: rgb(136,159,56); }
td.TdClassName
{
border-color: #889F38;
}
.TagClassName
{
border-color: #889F38;
}
</style>