Shades of Wasabi #889051
Tints of Wasabi #889051
RGB
CMYK
RGB Variations
Color information
#889051 (or 0x889051) is known color: Wasabi. HEX triplet: 88, 90 and 51. RGB value is (136,144,81). Sum of RGB (Red+Green+Blue) = 136+144+81=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #889051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889051 is #776FAE. Grayscale: #868686. Windows color (decimal): -7827375 or 5345416. OLE color: 5345416.
HSL color Cylindrical-coordinate representation of color #889051: hue angle of 67.62º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #889051 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 81 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.44 |
| HSL | 67.62º | 0.28% | 0.44% | - |
| HSV(B) | 67.62º | 0.44% | 0.56% | - |
| XYZ | 21.61 | 25.77 | 11.62 | - |
| YUV | 134.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 81 | 0.06 | 0 | 0.44 | 0.44 | 67.62 | 0.28 | 0.44 |
| Hex | 88 | 90 | 51 | 6 | 0 | 2C | 2C | 44 | 1C | 2C |
| Octal | 210 | 220 | 121 | 6 | 0 | 54 | 54 | 104 | 34 | 54 |
| Binary | 10001000 | 10010000 | 1010001 | 110 | 0 | 101100 | 101100 | 1000100 | 11100 | 101100 |
Color Harmonies of #889051
Complementary color
Monochromatic Colors of #889051
Black with #889051
Text Example
Text Example
White with #889051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889051; }
p { color: rgb(136,144,81); }
H1.HeaderClassName
{
color: #889051;
}
.AnyTagClassName
{
color: #889051;
}
</style>
background-color css
<style>
a { background-color: #889051; }
a { background-color: rgb(136,144,81); }
div.DivClassName
{
background-color: #889051;
}
.BgClassName
{
background-color: #889051;
}
</style>
border-color css
<style>
span { border-color: #889051; }
span { border-color: rgb(136,144,81); }
td.TdClassName
{
border-color: #889051;
}
.TagClassName
{
border-color: #889051;
}
</style>