Shades of Wasabi #899041
Tints of Wasabi #899041
RGB
CMYK
RGB Variations
Color information
#899041 (or 0x899041) is known color: Wasabi. HEX triplet: 89, 90 and 41. RGB value is (137,144,65). Sum of RGB (Red+Green+Blue) = 137+144+65=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #899041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899041 is #766FBE. Grayscale: #858585. Windows color (decimal): -7761855 or 4296841. OLE color: 4296841.
HSL color Cylindrical-coordinate representation of color #899041: hue angle of 65.32º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #899041 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 65 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.44 |
| HSL | 65.32º | 0.38% | 0.41% | - |
| HSV(B) | 65.32º | 0.55% | 0.56% | - |
| XYZ | 21.24 | 25.65 | 8.83 | - |
| YUV | 132.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 65 | 0.05 | 0 | 0.55 | 0.44 | 65.32 | 0.38 | 0.41 |
| Hex | 89 | 90 | 41 | 5 | 0 | 37 | 2C | 41 | 26 | 29 |
| Octal | 211 | 220 | 101 | 5 | 0 | 67 | 54 | 101 | 46 | 51 |
| Binary | 10001001 | 10010000 | 1000001 | 101 | 0 | 110111 | 101100 | 1000001 | 100110 | 101001 |
Color Harmonies of #899041
Complementary color
Monochromatic Colors of #899041
Black with #899041
Text Example
Text Example
White with #899041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899041; }
p { color: rgb(137,144,65); }
H1.HeaderClassName
{
color: #899041;
}
.AnyTagClassName
{
color: #899041;
}
</style>
background-color css
<style>
a { background-color: #899041; }
a { background-color: rgb(137,144,65); }
div.DivClassName
{
background-color: #899041;
}
.BgClassName
{
background-color: #899041;
}
</style>
border-color css
<style>
span { border-color: #899041; }
span { border-color: rgb(137,144,65); }
td.TdClassName
{
border-color: #899041;
}
.TagClassName
{
border-color: #899041;
}
</style>