Shades of Wasabi #899652
Tints of Wasabi #899652
RGB
CMYK
RGB Variations
Color information
#899652 (or 0x899652) is known color: Wasabi. HEX triplet: 89, 96 and 52. RGB value is (137,150,82). Sum of RGB (Red+Green+Blue) = 137+150+82=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #899652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899652 is #7669AD. Grayscale: #8A8A8A. Windows color (decimal): -7760302 or 5412489. OLE color: 5412489.
HSL color Cylindrical-coordinate representation of color #899652: hue angle of 71.47º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899652 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 82 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.41 |
| HSL | 71.47º | 0.29% | 0.45% | - |
| HSV(B) | 71.47º | 0.45% | 0.59% | - |
| XYZ | 22.75 | 27.74 | 12.14 | - |
| YUV | 138.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 82 | 0.09 | 0 | 0.45 | 0.41 | 71.47 | 0.29 | 0.45 |
| Hex | 89 | 96 | 52 | 9 | 0 | 2D | 29 | 47 | 1D | 2D |
| Octal | 211 | 226 | 122 | 11 | 0 | 55 | 51 | 107 | 35 | 55 |
| Binary | 10001001 | 10010110 | 1010010 | 1001 | 0 | 101101 | 101001 | 1000111 | 11101 | 101101 |
Color Harmonies of #899652
Complementary color
Monochromatic Colors of #899652
Black with #899652
Text Example
Text Example
White with #899652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899652; }
p { color: rgb(137,150,82); }
H1.HeaderClassName
{
color: #899652;
}
.AnyTagClassName
{
color: #899652;
}
</style>
background-color css
<style>
a { background-color: #899652; }
a { background-color: rgb(137,150,82); }
div.DivClassName
{
background-color: #899652;
}
.BgClassName
{
background-color: #899652;
}
</style>
border-color css
<style>
span { border-color: #899652; }
span { border-color: rgb(137,150,82); }
td.TdClassName
{
border-color: #899652;
}
.TagClassName
{
border-color: #899652;
}
</style>