Shades of Wasabi #889452
Tints of Wasabi #889452
RGB
CMYK
RGB Variations
Color information
#889452 (or 0x889452) is known color: Wasabi. HEX triplet: 88, 94 and 52. RGB value is (136,148,82). Sum of RGB (Red+Green+Blue) = 136+148+82=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #889452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889452 is #776BAD. Grayscale: #898989. Windows color (decimal): -7826350 or 5411976. OLE color: 5411976.
HSL color Cylindrical-coordinate representation of color #889452: hue angle of 70.91º 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 #889452 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 82 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.42 |
| HSL | 70.91º | 0.29% | 0.45% | - |
| HSV(B) | 70.91º | 0.45% | 0.58% | - |
| XYZ | 22.27 | 27.02 | 12.03 | - |
| YUV | 136.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 82 | 0.08 | 0 | 0.45 | 0.42 | 70.91 | 0.29 | 0.45 |
| Hex | 88 | 94 | 52 | 8 | 0 | 2D | 2A | 47 | 1D | 2D |
| Octal | 210 | 224 | 122 | 10 | 0 | 55 | 52 | 107 | 35 | 55 |
| Binary | 10001000 | 10010100 | 1010010 | 1000 | 0 | 101101 | 101010 | 1000111 | 11101 | 101101 |
Color Harmonies of #889452
Complementary color
Monochromatic Colors of #889452
Black with #889452
Text Example
Text Example
White with #889452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889452; }
p { color: rgb(136,148,82); }
H1.HeaderClassName
{
color: #889452;
}
.AnyTagClassName
{
color: #889452;
}
</style>
background-color css
<style>
a { background-color: #889452; }
a { background-color: rgb(136,148,82); }
div.DivClassName
{
background-color: #889452;
}
.BgClassName
{
background-color: #889452;
}
</style>
border-color css
<style>
span { border-color: #889452; }
span { border-color: rgb(136,148,82); }
td.TdClassName
{
border-color: #889452;
}
.TagClassName
{
border-color: #889452;
}
</style>