Shades of Wasabi #899B3D
Tints of Wasabi #899B3D
RGB
CMYK
RGB Variations
Color information
#899B3D (or 0x899B3D) is known color: Wasabi. HEX triplet: 89, 9B and 3D. RGB value is (137,155,61). Sum of RGB (Red+Green+Blue) = 137+155+61=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #899B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B3D is #7664C2. Grayscale: #8B8B8B. Windows color (decimal): -7759043 or 4037513. OLE color: 4037513.
HSL color Cylindrical-coordinate representation of color #899B3D: hue angle of 71.49º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #899B3D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 61 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.39 |
| HSL | 71.49º | 0.44% | 0.42% | - |
| HSV(B) | 71.49º | 0.61% | 0.61% | - |
| XYZ | 22.88 | 29.1 | 8.83 | - |
| YUV | 138.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 61 | 0.12 | 0 | 0.61 | 0.39 | 71.49 | 0.44 | 0.42 |
| Hex | 89 | 9B | 3D | C | 0 | 3D | 27 | 47 | 2C | 2A |
| Octal | 211 | 233 | 75 | 14 | 0 | 75 | 47 | 107 | 54 | 52 |
| Binary | 10001001 | 10011011 | 111101 | 1100 | 0 | 111101 | 100111 | 1000111 | 101100 | 101010 |
Color Harmonies of #899B3D
Complementary color
Monochromatic Colors of #899B3D
Black with #899B3D
Text Example
Text Example
White with #899B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B3D; }
p { color: rgb(137,155,61); }
H1.HeaderClassName
{
color: #899B3D;
}
.AnyTagClassName
{
color: #899B3D;
}
</style>
background-color css
<style>
a { background-color: #899B3D; }
a { background-color: rgb(137,155,61); }
div.DivClassName
{
background-color: #899B3D;
}
.BgClassName
{
background-color: #899B3D;
}
</style>
border-color css
<style>
span { border-color: #899B3D; }
span { border-color: rgb(137,155,61); }
td.TdClassName
{
border-color: #899B3D;
}
.TagClassName
{
border-color: #899B3D;
}
</style>