Shades of Wasabi #889048
Tints of Wasabi #889048
RGB
CMYK
RGB Variations
Color information
#889048 (or 0x889048) is known color: Wasabi. HEX triplet: 88, 90 and 48. RGB value is (136,144,72). Sum of RGB (Red+Green+Blue) = 136+144+72=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #889048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889048 is #776FB7. Grayscale: #858585. Windows color (decimal): -7827384 or 4755592. OLE color: 4755592.
HSL color Cylindrical-coordinate representation of color #889048: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #889048 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 72 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.44 |
| HSL | 66.67º | 0.33% | 0.42% | - |
| HSV(B) | 66.67º | 0.5% | 0.56% | - |
| XYZ | 21.3 | 25.65 | 9.96 | - |
| YUV | 133.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 72 | 0.06 | 0 | 0.50 | 0.44 | 66.67 | 0.33 | 0.42 |
| Hex | 88 | 90 | 48 | 6 | 0 | 32 | 2C | 43 | 21 | 2A |
| Octal | 210 | 220 | 110 | 6 | 0 | 62 | 54 | 103 | 41 | 52 |
| Binary | 10001000 | 10010000 | 1001000 | 110 | 0 | 110010 | 101100 | 1000011 | 100001 | 101010 |
Color Harmonies of #889048
Complementary color
Monochromatic Colors of #889048
Black with #889048
Text Example
Text Example
White with #889048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889048; }
p { color: rgb(136,144,72); }
H1.HeaderClassName
{
color: #889048;
}
.AnyTagClassName
{
color: #889048;
}
</style>
background-color css
<style>
a { background-color: #889048; }
a { background-color: rgb(136,144,72); }
div.DivClassName
{
background-color: #889048;
}
.BgClassName
{
background-color: #889048;
}
</style>
border-color css
<style>
span { border-color: #889048; }
span { border-color: rgb(136,144,72); }
td.TdClassName
{
border-color: #889048;
}
.TagClassName
{
border-color: #889048;
}
</style>