Shades of Wasabi #899552
Tints of Wasabi #899552
RGB
CMYK
RGB Variations
Color information
#899552 (or 0x899552) is known color: Wasabi. HEX triplet: 89, 95 and 52. RGB value is (137,149,82). Sum of RGB (Red+Green+Blue) = 137+149+82=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #899552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899552 is #766AAD. Grayscale: #8A8A8A. Windows color (decimal): -7760558 or 5412233. OLE color: 5412233.
HSL color Cylindrical-coordinate representation of color #899552: 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 #899552 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 82 | - |
| 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.59 | 27.42 | 12.09 | - |
| YUV | 137.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 82 | 0.08 | 0 | 0.45 | 0.42 | 70.75 | 0.29 | 0.45 |
| Hex | 89 | 95 | 52 | 8 | 0 | 2D | 2A | 47 | 1D | 2D |
| Octal | 211 | 225 | 122 | 10 | 0 | 55 | 52 | 107 | 35 | 55 |
| Binary | 10001001 | 10010101 | 1010010 | 1000 | 0 | 101101 | 101010 | 1000111 | 11101 | 101101 |
Color Harmonies of #899552
Complementary color
Monochromatic Colors of #899552
Black with #899552
Text Example
Text Example
White with #899552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899552; }
p { color: rgb(137,149,82); }
H1.HeaderClassName
{
color: #899552;
}
.AnyTagClassName
{
color: #899552;
}
</style>
background-color css
<style>
a { background-color: #899552; }
a { background-color: rgb(137,149,82); }
div.DivClassName
{
background-color: #899552;
}
.BgClassName
{
background-color: #899552;
}
</style>
border-color css
<style>
span { border-color: #899552; }
span { border-color: rgb(137,149,82); }
td.TdClassName
{
border-color: #899552;
}
.TagClassName
{
border-color: #899552;
}
</style>