Shades of Wasabi #899135
Tints of Wasabi #899135
RGB
CMYK
RGB Variations
Color information
#899135 (or 0x899135) is known color: Wasabi. HEX triplet: 89, 91 and 35. RGB value is (137,145,53). Sum of RGB (Red+Green+Blue) = 137+145+53=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 145 - color contains mainly: green. Hex color #899135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899135 is #766ECA. Grayscale: #848484. Windows color (decimal): -7761611 or 3510665. OLE color: 3510665.
HSL color Cylindrical-coordinate representation of color #899135: hue angle of 65.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #899135 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 53 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.43 |
| HSL | 65.22º | 0.46% | 0.39% | - |
| HSV(B) | 65.22º | 0.63% | 0.57% | - |
| XYZ | 21.08 | 25.83 | 7.24 | - |
| YUV | 132.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 53 | 0.06 | 0 | 0.63 | 0.43 | 65.22 | 0.46 | 0.39 |
| Hex | 89 | 91 | 35 | 6 | 0 | 3F | 2B | 41 | 2E | 27 |
| Octal | 211 | 221 | 65 | 6 | 0 | 77 | 53 | 101 | 56 | 47 |
| Binary | 10001001 | 10010001 | 110101 | 110 | 0 | 111111 | 101011 | 1000001 | 101110 | 100111 |
Color Harmonies of #899135
Complementary color
Monochromatic Colors of #899135
Black with #899135
Text Example
Text Example
White with #899135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899135; }
p { color: rgb(137,145,53); }
H1.HeaderClassName
{
color: #899135;
}
.AnyTagClassName
{
color: #899135;
}
</style>
background-color css
<style>
a { background-color: #899135; }
a { background-color: rgb(137,145,53); }
div.DivClassName
{
background-color: #899135;
}
.BgClassName
{
background-color: #899135;
}
</style>
border-color css
<style>
span { border-color: #899135; }
span { border-color: rgb(137,145,53); }
td.TdClassName
{
border-color: #899135;
}
.TagClassName
{
border-color: #899135;
}
</style>