Shades of Wasabi #889C2F
Tints of Wasabi #889C2F
RGB
CMYK
RGB Variations
Color information
#889C2F (or 0x889C2F) is known color: Wasabi. HEX triplet: 88, 9C and 2F. RGB value is (136,156,47). Sum of RGB (Red+Green+Blue) = 136+156+47=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #889C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C2F is #7763D0. Grayscale: #8A8A8A. Windows color (decimal): -7824337 or 3120264. OLE color: 3120264.
HSL color Cylindrical-coordinate representation of color #889C2F: hue angle of 71.01º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #889C2F is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 47 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.39 |
| HSL | 71.01º | 0.54% | 0.4% | - |
| HSV(B) | 71.01º | 0.7% | 0.61% | - |
| XYZ | 22.55 | 29.22 | 7.14 | - |
| YUV | 137.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 47 | 0.13 | 0 | 0.70 | 0.39 | 71.01 | 0.54 | 0.4 |
| Hex | 88 | 9C | 2F | D | 0 | 46 | 27 | 47 | 36 | 28 |
| Octal | 210 | 234 | 57 | 15 | 0 | 106 | 47 | 107 | 66 | 50 |
| Binary | 10001000 | 10011100 | 101111 | 1101 | 0 | 1000110 | 100111 | 1000111 | 110110 | 101000 |
Color Harmonies of #889C2F
Complementary color
Monochromatic Colors of #889C2F
Black with #889C2F
Text Example
Text Example
White with #889C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C2F; }
p { color: rgb(136,156,47); }
H1.HeaderClassName
{
color: #889C2F;
}
.AnyTagClassName
{
color: #889C2F;
}
</style>
background-color css
<style>
a { background-color: #889C2F; }
a { background-color: rgb(136,156,47); }
div.DivClassName
{
background-color: #889C2F;
}
.BgClassName
{
background-color: #889C2F;
}
</style>
border-color css
<style>
span { border-color: #889C2F; }
span { border-color: rgb(136,156,47); }
td.TdClassName
{
border-color: #889C2F;
}
.TagClassName
{
border-color: #889C2F;
}
</style>