Shades of Wasabi #899142
Tints of Wasabi #899142
RGB
CMYK
RGB Variations
Color information
#899142 (or 0x899142) is known color: Wasabi. HEX triplet: 89, 91 and 42. RGB value is (137,145,66). Sum of RGB (Red+Green+Blue) = 137+145+66=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #899142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899142 is #766EBD. Grayscale: #858585. Windows color (decimal): -7761598 or 4362633. OLE color: 4362633.
HSL color Cylindrical-coordinate representation of color #899142: hue angle of 66.08º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #899142 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 66 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.43 |
| HSL | 66.08º | 0.37% | 0.41% | - |
| HSV(B) | 66.08º | 0.54% | 0.57% | - |
| XYZ | 21.43 | 25.96 | 9.04 | - |
| YUV | 133.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 66 | 0.06 | 0 | 0.54 | 0.43 | 66.08 | 0.37 | 0.41 |
| Hex | 89 | 91 | 42 | 6 | 0 | 36 | 2B | 42 | 25 | 29 |
| Octal | 211 | 221 | 102 | 6 | 0 | 66 | 53 | 102 | 45 | 51 |
| Binary | 10001001 | 10010001 | 1000010 | 110 | 0 | 110110 | 101011 | 1000010 | 100101 | 101001 |
Color Harmonies of #899142
Complementary color
Monochromatic Colors of #899142
Black with #899142
Text Example
Text Example
White with #899142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899142; }
p { color: rgb(137,145,66); }
H1.HeaderClassName
{
color: #899142;
}
.AnyTagClassName
{
color: #899142;
}
</style>
background-color css
<style>
a { background-color: #899142; }
a { background-color: rgb(137,145,66); }
div.DivClassName
{
background-color: #899142;
}
.BgClassName
{
background-color: #899142;
}
</style>
border-color css
<style>
span { border-color: #899142; }
span { border-color: rgb(137,145,66); }
td.TdClassName
{
border-color: #899142;
}
.TagClassName
{
border-color: #899142;
}
</style>