Shades of Wasabi #889451
Tints of Wasabi #889451
RGB
CMYK
RGB Variations
Color information
#889451 (or 0x889451) is known color: Wasabi. HEX triplet: 88, 94 and 51. RGB value is (136,148,81). Sum of RGB (Red+Green+Blue) = 136+148+81=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #889451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889451 is #776BAE. Grayscale: #898989. Windows color (decimal): -7826351 or 5346440. OLE color: 5346440.
HSL color Cylindrical-coordinate representation of color #889451: hue angle of 70.75º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889451 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 81 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.42 |
| HSL | 70.75º | 0.29% | 0.45% | - |
| HSV(B) | 70.75º | 0.45% | 0.58% | - |
| XYZ | 22.23 | 27.01 | 11.83 | - |
| YUV | 136.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 81 | 0.08 | 0 | 0.45 | 0.42 | 70.75 | 0.29 | 0.45 |
| Hex | 88 | 94 | 51 | 8 | 0 | 2D | 2A | 47 | 1D | 2D |
| Octal | 210 | 224 | 121 | 10 | 0 | 55 | 52 | 107 | 35 | 55 |
| Binary | 10001000 | 10010100 | 1010001 | 1000 | 0 | 101101 | 101010 | 1000111 | 11101 | 101101 |
Color Harmonies of #889451
Complementary color
Monochromatic Colors of #889451
Black with #889451
Text Example
Text Example
White with #889451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889451; }
p { color: rgb(136,148,81); }
H1.HeaderClassName
{
color: #889451;
}
.AnyTagClassName
{
color: #889451;
}
</style>
background-color css
<style>
a { background-color: #889451; }
a { background-color: rgb(136,148,81); }
div.DivClassName
{
background-color: #889451;
}
.BgClassName
{
background-color: #889451;
}
</style>
border-color css
<style>
span { border-color: #889451; }
span { border-color: rgb(136,148,81); }
td.TdClassName
{
border-color: #889451;
}
.TagClassName
{
border-color: #889451;
}
</style>