Shades of Wasabi #899447
Tints of Wasabi #899447
RGB
CMYK
RGB Variations
Color information
#899447 (or 0x899447) is known color: Wasabi. HEX triplet: 89, 94 and 47. RGB value is (137,148,71). Sum of RGB (Red+Green+Blue) = 137+148+71=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #899447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899447 is #766BB8. Grayscale: #888888. Windows color (decimal): -7760825 or 4691081. OLE color: 4691081.
HSL color Cylindrical-coordinate representation of color #899447: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #899447 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 71 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.42 |
| HSL | 68.57º | 0.35% | 0.43% | - |
| HSV(B) | 68.57º | 0.52% | 0.58% | - |
| XYZ | 22.04 | 26.95 | 10 | - |
| YUV | 135.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 71 | 0.07 | 0 | 0.52 | 0.42 | 68.57 | 0.35 | 0.43 |
| Hex | 89 | 94 | 47 | 7 | 0 | 34 | 2A | 45 | 23 | 2B |
| Octal | 211 | 224 | 107 | 7 | 0 | 64 | 52 | 105 | 43 | 53 |
| Binary | 10001001 | 10010100 | 1000111 | 111 | 0 | 110100 | 101010 | 1000101 | 100011 | 101011 |
Color Harmonies of #899447
Complementary color
Monochromatic Colors of #899447
Black with #899447
Text Example
Text Example
White with #899447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899447; }
p { color: rgb(137,148,71); }
H1.HeaderClassName
{
color: #899447;
}
.AnyTagClassName
{
color: #899447;
}
</style>
background-color css
<style>
a { background-color: #899447; }
a { background-color: rgb(137,148,71); }
div.DivClassName
{
background-color: #899447;
}
.BgClassName
{
background-color: #899447;
}
</style>
border-color css
<style>
span { border-color: #899447; }
span { border-color: rgb(137,148,71); }
td.TdClassName
{
border-color: #899447;
}
.TagClassName
{
border-color: #899447;
}
</style>