Shades of Wasabi #899B36
Tints of Wasabi #899B36
RGB
CMYK
RGB Variations
Color information
#899B36 (or 0x899B36) is known color: Wasabi. HEX triplet: 89, 9B and 36. RGB value is (137,155,54). Sum of RGB (Red+Green+Blue) = 137+155+54=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #899B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B36 is #7664C9. Grayscale: #8A8A8A. Windows color (decimal): -7759050 or 3578761. OLE color: 3578761.
HSL color Cylindrical-coordinate representation of color #899B36: hue angle of 70.69º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #899B36 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 54 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.39 |
| HSL | 70.69º | 0.48% | 0.41% | - |
| HSV(B) | 70.69º | 0.65% | 0.61% | - |
| XYZ | 22.7 | 29.03 | 7.9 | - |
| YUV | 138.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 54 | 0.12 | 0 | 0.65 | 0.39 | 70.69 | 0.48 | 0.41 |
| Hex | 89 | 9B | 36 | C | 0 | 41 | 27 | 47 | 30 | 29 |
| Octal | 211 | 233 | 66 | 14 | 0 | 101 | 47 | 107 | 60 | 51 |
| Binary | 10001001 | 10011011 | 110110 | 1100 | 0 | 1000001 | 100111 | 1000111 | 110000 | 101001 |
Color Harmonies of #899B36
Complementary color
Monochromatic Colors of #899B36
Black with #899B36
Text Example
Text Example
White with #899B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B36; }
p { color: rgb(137,155,54); }
H1.HeaderClassName
{
color: #899B36;
}
.AnyTagClassName
{
color: #899B36;
}
</style>
background-color css
<style>
a { background-color: #899B36; }
a { background-color: rgb(137,155,54); }
div.DivClassName
{
background-color: #899B36;
}
.BgClassName
{
background-color: #899B36;
}
</style>
border-color css
<style>
span { border-color: #899B36; }
span { border-color: rgb(137,155,54); }
td.TdClassName
{
border-color: #899B36;
}
.TagClassName
{
border-color: #899B36;
}
</style>