Shades of Wasabi #899C48
Tints of Wasabi #899C48
RGB
CMYK
RGB Variations
Color information
#899C48 (or 0x899C48) is known color: Wasabi. HEX triplet: 89, 9C and 48. RGB value is (137,156,72). Sum of RGB (Red+Green+Blue) = 137+156+72=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #899C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899C48 is #7663B7. Grayscale: #8D8D8D. Windows color (decimal): -7758776 or 4758665. OLE color: 4758665.
HSL color Cylindrical-coordinate representation of color #899C48: hue angle of 73.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #899C48 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 72 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.39 |
| HSL | 73.57º | 0.37% | 0.45% | - |
| HSV(B) | 73.57º | 0.54% | 0.61% | - |
| XYZ | 23.37 | 29.56 | 10.61 | - |
| YUV | 140.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 72 | 0.12 | 0 | 0.54 | 0.39 | 73.57 | 0.37 | 0.45 |
| Hex | 89 | 9C | 48 | C | 0 | 36 | 27 | 4A | 25 | 2D |
| Octal | 211 | 234 | 110 | 14 | 0 | 66 | 47 | 112 | 45 | 55 |
| Binary | 10001001 | 10011100 | 1001000 | 1100 | 0 | 110110 | 100111 | 1001010 | 100101 | 101101 |
Color Harmonies of #899C48
Complementary color
Monochromatic Colors of #899C48
Black with #899C48
Text Example
Text Example
White with #899C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C48; }
p { color: rgb(137,156,72); }
H1.HeaderClassName
{
color: #899C48;
}
.AnyTagClassName
{
color: #899C48;
}
</style>
background-color css
<style>
a { background-color: #899C48; }
a { background-color: rgb(137,156,72); }
div.DivClassName
{
background-color: #899C48;
}
.BgClassName
{
background-color: #899C48;
}
</style>
border-color css
<style>
span { border-color: #899C48; }
span { border-color: rgb(137,156,72); }
td.TdClassName
{
border-color: #899C48;
}
.TagClassName
{
border-color: #899C48;
}
</style>