Shades of Wasabi #849151
Tints of Wasabi #849151
RGB
CMYK
RGB Variations
Color information
#849151 (or 0x849151) is known color: Wasabi. HEX triplet: 84, 91 and 51. RGB value is (132,145,81). Sum of RGB (Red+Green+Blue) = 132+145+81=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #849151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849151 is #7B6EAE. Grayscale: #868686. Windows color (decimal): -8089263 or 5345668. OLE color: 5345668.
HSL color Cylindrical-coordinate representation of color #849151: hue angle of 72.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849151 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 81 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.43 |
| HSL | 72.19º | 0.28% | 0.44% | - |
| HSV(B) | 72.19º | 0.44% | 0.57% | - |
| XYZ | 21.13 | 25.75 | 11.64 | - |
| YUV | 133.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 81 | 0.09 | 0 | 0.44 | 0.43 | 72.19 | 0.28 | 0.44 |
| Hex | 84 | 91 | 51 | 9 | 0 | 2C | 2B | 48 | 1C | 2C |
| Octal | 204 | 221 | 121 | 11 | 0 | 54 | 53 | 110 | 34 | 54 |
| Binary | 10000100 | 10010001 | 1010001 | 1001 | 0 | 101100 | 101011 | 1001000 | 11100 | 101100 |
Color Harmonies of #849151
Complementary color
Monochromatic Colors of #849151
Black with #849151
Text Example
Text Example
White with #849151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849151; }
p { color: rgb(132,145,81); }
H1.HeaderClassName
{
color: #849151;
}
.AnyTagClassName
{
color: #849151;
}
</style>
background-color css
<style>
a { background-color: #849151; }
a { background-color: rgb(132,145,81); }
div.DivClassName
{
background-color: #849151;
}
.BgClassName
{
background-color: #849151;
}
</style>
border-color css
<style>
span { border-color: #849151; }
span { border-color: rgb(132,145,81); }
td.TdClassName
{
border-color: #849151;
}
.TagClassName
{
border-color: #849151;
}
</style>