Shades of Wasabi #899448
Tints of Wasabi #899448
RGB
CMYK
RGB Variations
Color information
#899448 (or 0x899448) is known color: Wasabi. HEX triplet: 89, 94 and 48. RGB value is (137,148,72). Sum of RGB (Red+Green+Blue) = 137+148+72=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #899448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899448 is #766BB7. Grayscale: #888888. Windows color (decimal): -7760824 or 4756617. OLE color: 4756617.
HSL color Cylindrical-coordinate representation of color #899448: hue angle of 68.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #899448 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 72 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.42 |
| HSL | 68.68º | 0.35% | 0.43% | - |
| HSV(B) | 68.68º | 0.51% | 0.58% | - |
| XYZ | 22.08 | 26.97 | 10.17 | - |
| YUV | 136.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 72 | 0.07 | 0 | 0.51 | 0.42 | 68.68 | 0.35 | 0.43 |
| Hex | 89 | 94 | 48 | 7 | 0 | 33 | 2A | 45 | 23 | 2B |
| Octal | 211 | 224 | 110 | 7 | 0 | 63 | 52 | 105 | 43 | 53 |
| Binary | 10001001 | 10010100 | 1001000 | 111 | 0 | 110011 | 101010 | 1000101 | 100011 | 101011 |
Color Harmonies of #899448
Complementary color
Monochromatic Colors of #899448
Black with #899448
Text Example
Text Example
White with #899448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899448; }
p { color: rgb(137,148,72); }
H1.HeaderClassName
{
color: #899448;
}
.AnyTagClassName
{
color: #899448;
}
</style>
background-color css
<style>
a { background-color: #899448; }
a { background-color: rgb(137,148,72); }
div.DivClassName
{
background-color: #899448;
}
.BgClassName
{
background-color: #899448;
}
</style>
border-color css
<style>
span { border-color: #899448; }
span { border-color: rgb(137,148,72); }
td.TdClassName
{
border-color: #899448;
}
.TagClassName
{
border-color: #899448;
}
</style>