Shades of Wasabi #899350
Tints of Wasabi #899350
RGB
CMYK
RGB Variations
Color information
#899350 (or 0x899350) is known color: Wasabi. HEX triplet: 89, 93 and 50. RGB value is (137,147,80). Sum of RGB (Red+Green+Blue) = 137+147+80=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #899350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899350 is #766CAF. Grayscale: #888888. Windows color (decimal): -7761072 or 5280649. OLE color: 5280649.
HSL color Cylindrical-coordinate representation of color #899350: hue angle of 68.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899350 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 80 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.42 |
| HSL | 68.96º | 0.3% | 0.45% | - |
| HSV(B) | 68.96º | 0.46% | 0.58% | - |
| XYZ | 22.2 | 26.76 | 11.59 | - |
| YUV | 136.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 80 | 0.07 | 0 | 0.46 | 0.42 | 68.96 | 0.3 | 0.45 |
| Hex | 89 | 93 | 50 | 7 | 0 | 2E | 2A | 45 | 1E | 2D |
| Octal | 211 | 223 | 120 | 7 | 0 | 56 | 52 | 105 | 36 | 55 |
| Binary | 10001001 | 10010011 | 1010000 | 111 | 0 | 101110 | 101010 | 1000101 | 11110 | 101101 |
Color Harmonies of #899350
Complementary color
Monochromatic Colors of #899350
Black with #899350
Text Example
Text Example
White with #899350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899350; }
p { color: rgb(137,147,80); }
H1.HeaderClassName
{
color: #899350;
}
.AnyTagClassName
{
color: #899350;
}
</style>
background-color css
<style>
a { background-color: #899350; }
a { background-color: rgb(137,147,80); }
div.DivClassName
{
background-color: #899350;
}
.BgClassName
{
background-color: #899350;
}
</style>
border-color css
<style>
span { border-color: #899350; }
span { border-color: rgb(137,147,80); }
td.TdClassName
{
border-color: #899350;
}
.TagClassName
{
border-color: #899350;
}
</style>