Shades of Wasabi #889C48
Tints of Wasabi #889C48
RGB
CMYK
RGB Variations
Color information
#889C48 (or 0x889C48) is known color: Wasabi. HEX triplet: 88, 9C and 48. RGB value is (136,156,72). Sum of RGB (Red+Green+Blue) = 136+156+72=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #889C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C48 is #7763B7. Grayscale: #8C8C8C. Windows color (decimal): -7824312 or 4758664. OLE color: 4758664.
HSL color Cylindrical-coordinate representation of color #889C48: hue angle of 74.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #889C48 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 72 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.39 |
| HSL | 74.29º | 0.37% | 0.45% | - |
| HSV(B) | 74.29º | 0.54% | 0.61% | - |
| XYZ | 23.21 | 29.48 | 10.6 | - |
| YUV | 140.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 72 | 0.13 | 0 | 0.54 | 0.39 | 74.29 | 0.37 | 0.45 |
| Hex | 88 | 9C | 48 | D | 0 | 36 | 27 | 4A | 25 | 2D |
| Octal | 210 | 234 | 110 | 15 | 0 | 66 | 47 | 112 | 45 | 55 |
| Binary | 10001000 | 10011100 | 1001000 | 1101 | 0 | 110110 | 100111 | 1001010 | 100101 | 101101 |
Color Harmonies of #889C48
Complementary color
Monochromatic Colors of #889C48
Black with #889C48
Text Example
Text Example
White with #889C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C48; }
p { color: rgb(136,156,72); }
H1.HeaderClassName
{
color: #889C48;
}
.AnyTagClassName
{
color: #889C48;
}
</style>
background-color css
<style>
a { background-color: #889C48; }
a { background-color: rgb(136,156,72); }
div.DivClassName
{
background-color: #889C48;
}
.BgClassName
{
background-color: #889C48;
}
</style>
border-color css
<style>
span { border-color: #889C48; }
span { border-color: rgb(136,156,72); }
td.TdClassName
{
border-color: #889C48;
}
.TagClassName
{
border-color: #889C48;
}
</style>