Shades of Wasabi #848946
Tints of Wasabi #848946
RGB
CMYK
RGB Variations
Color information
#848946 (or 0x848946) is known color: Wasabi. HEX triplet: 84, 89 and 46. RGB value is (132,137,70). Sum of RGB (Red+Green+Blue) = 132+137+70=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #848946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848946 is #7B76B9. Grayscale: #808080. Windows color (decimal): -8091322 or 4622724. OLE color: 4622724.
HSL color Cylindrical-coordinate representation of color #848946: hue angle of 64.48º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #848946 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 70 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.46 |
| HSL | 64.48º | 0.32% | 0.41% | - |
| HSV(B) | 64.48º | 0.49% | 0.54% | - |
| XYZ | 19.57 | 23.24 | 9.25 | - |
| YUV | 127.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 70 | 0.04 | 0 | 0.49 | 0.46 | 64.48 | 0.32 | 0.41 |
| Hex | 84 | 89 | 46 | 4 | 0 | 31 | 2E | 40 | 20 | 29 |
| Octal | 204 | 211 | 106 | 4 | 0 | 61 | 56 | 100 | 40 | 51 |
| Binary | 10000100 | 10001001 | 1000110 | 100 | 0 | 110001 | 101110 | 1000000 | 100000 | 101001 |
Color Harmonies of #848946
Complementary color
Monochromatic Colors of #848946
Black with #848946
Text Example
Text Example
White with #848946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848946; }
p { color: rgb(132,137,70); }
H1.HeaderClassName
{
color: #848946;
}
.AnyTagClassName
{
color: #848946;
}
</style>
background-color css
<style>
a { background-color: #848946; }
a { background-color: rgb(132,137,70); }
div.DivClassName
{
background-color: #848946;
}
.BgClassName
{
background-color: #848946;
}
</style>
border-color css
<style>
span { border-color: #848946; }
span { border-color: rgb(132,137,70); }
td.TdClassName
{
border-color: #848946;
}
.TagClassName
{
border-color: #848946;
}
</style>