Shades of Wasabi #899150
Tints of Wasabi #899150
RGB
CMYK
RGB Variations
Color information
#899150 (or 0x899150) is known color: Wasabi. HEX triplet: 89, 91 and 50. RGB value is (137,145,80). Sum of RGB (Red+Green+Blue) = 137+145+80=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #899150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899150 is #766EAF. Grayscale: #878787. Windows color (decimal): -7761584 or 5280137. OLE color: 5280137.
HSL color Cylindrical-coordinate representation of color #899150: hue angle of 67.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899150 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 80 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.43 |
| HSL | 67.38º | 0.29% | 0.44% | - |
| HSV(B) | 67.38º | 0.45% | 0.57% | - |
| XYZ | 21.89 | 26.15 | 11.48 | - |
| YUV | 135.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 80 | 0.06 | 0 | 0.45 | 0.43 | 67.38 | 0.29 | 0.44 |
| Hex | 89 | 91 | 50 | 6 | 0 | 2D | 2B | 43 | 1D | 2C |
| Octal | 211 | 221 | 120 | 6 | 0 | 55 | 53 | 103 | 35 | 54 |
| Binary | 10001001 | 10010001 | 1010000 | 110 | 0 | 101101 | 101011 | 1000011 | 11101 | 101100 |
Color Harmonies of #899150
Complementary color
Monochromatic Colors of #899150
Black with #899150
Text Example
Text Example
White with #899150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899150; }
p { color: rgb(137,145,80); }
H1.HeaderClassName
{
color: #899150;
}
.AnyTagClassName
{
color: #899150;
}
</style>
background-color css
<style>
a { background-color: #899150; }
a { background-color: rgb(137,145,80); }
div.DivClassName
{
background-color: #899150;
}
.BgClassName
{
background-color: #899150;
}
</style>
border-color css
<style>
span { border-color: #899150; }
span { border-color: rgb(137,145,80); }
td.TdClassName
{
border-color: #899150;
}
.TagClassName
{
border-color: #899150;
}
</style>