Shades of Wasabi #899642
Tints of Wasabi #899642
RGB
CMYK
RGB Variations
Color information
#899642 (or 0x899642) is known color: Wasabi. HEX triplet: 89, 96 and 42. RGB value is (137,150,66). Sum of RGB (Red+Green+Blue) = 137+150+66=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #899642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899642 is #7669BD. Grayscale: #888888. Windows color (decimal): -7760318 or 4363913. OLE color: 4363913.
HSL color Cylindrical-coordinate representation of color #899642: hue angle of 69.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #899642 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 66 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.41 |
| HSL | 69.29º | 0.39% | 0.42% | - |
| HSV(B) | 69.29º | 0.56% | 0.59% | - |
| XYZ | 22.21 | 27.52 | 9.3 | - |
| YUV | 136.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 66 | 0.09 | 0 | 0.56 | 0.41 | 69.29 | 0.39 | 0.42 |
| Hex | 89 | 96 | 42 | 9 | 0 | 38 | 29 | 45 | 27 | 2A |
| Octal | 211 | 226 | 102 | 11 | 0 | 70 | 51 | 105 | 47 | 52 |
| Binary | 10001001 | 10010110 | 1000010 | 1001 | 0 | 111000 | 101001 | 1000101 | 100111 | 101010 |
Color Harmonies of #899642
Complementary color
Monochromatic Colors of #899642
Black with #899642
Text Example
Text Example
White with #899642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899642; }
p { color: rgb(137,150,66); }
H1.HeaderClassName
{
color: #899642;
}
.AnyTagClassName
{
color: #899642;
}
</style>
background-color css
<style>
a { background-color: #899642; }
a { background-color: rgb(137,150,66); }
div.DivClassName
{
background-color: #899642;
}
.BgClassName
{
background-color: #899642;
}
</style>
border-color css
<style>
span { border-color: #899642; }
span { border-color: rgb(137,150,66); }
td.TdClassName
{
border-color: #899642;
}
.TagClassName
{
border-color: #899642;
}
</style>