Shades of Wasabi #899E3F
Tints of Wasabi #899E3F
RGB
CMYK
RGB Variations
Color information
#899E3F (or 0x899E3F) is known color: Wasabi. HEX triplet: 89, 9E and 3F. RGB value is (137,158,63). Sum of RGB (Red+Green+Blue) = 137+158+63=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #899E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899E3F is #7661C0. Grayscale: #8D8D8D. Windows color (decimal): -7758273 or 4169353. OLE color: 4169353.
HSL color Cylindrical-coordinate representation of color #899E3F: hue angle of 73.26º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #899E3F is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 158 | 63 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.38 |
| HSL | 73.26º | 0.43% | 0.43% | - |
| HSV(B) | 73.26º | 0.6% | 0.62% | - |
| XYZ | 23.44 | 30.13 | 9.28 | - |
| YUV | 140.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 158 | 63 | 0.13 | 0 | 0.60 | 0.38 | 73.26 | 0.43 | 0.43 |
| Hex | 89 | 9E | 3F | D | 0 | 3C | 26 | 49 | 2B | 2B |
| Octal | 211 | 236 | 77 | 15 | 0 | 74 | 46 | 111 | 53 | 53 |
| Binary | 10001001 | 10011110 | 111111 | 1101 | 0 | 111100 | 100110 | 1001001 | 101011 | 101011 |
Color Harmonies of #899E3F
Complementary color
Monochromatic Colors of #899E3F
Black with #899E3F
Text Example
Text Example
White with #899E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899E3F; }
p { color: rgb(137,158,63); }
H1.HeaderClassName
{
color: #899E3F;
}
.AnyTagClassName
{
color: #899E3F;
}
</style>
background-color css
<style>
a { background-color: #899E3F; }
a { background-color: rgb(137,158,63); }
div.DivClassName
{
background-color: #899E3F;
}
.BgClassName
{
background-color: #899E3F;
}
</style>
border-color css
<style>
span { border-color: #899E3F; }
span { border-color: rgb(137,158,63); }
td.TdClassName
{
border-color: #899E3F;
}
.TagClassName
{
border-color: #899E3F;
}
</style>