Shades of Wasabi #849B41
Tints of Wasabi #849B41
RGB
CMYK
RGB Variations
Color information
#849B41 (or 0x849B41) is known color: Wasabi. HEX triplet: 84, 9B and 41. RGB value is (132,155,65). Sum of RGB (Red+Green+Blue) = 132+155+65=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #849B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B41 is #7B64BE. Grayscale: #8A8A8A. Windows color (decimal): -8086719 or 4299652. OLE color: 4299652.
HSL color Cylindrical-coordinate representation of color #849B41: hue angle of 75.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #849B41 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 65 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.39 |
| HSL | 75.33º | 0.41% | 0.43% | - |
| HSV(B) | 75.33º | 0.58% | 0.61% | - |
| XYZ | 22.19 | 28.73 | 9.38 | - |
| YUV | 137.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 65 | 0.15 | 0 | 0.58 | 0.39 | 75.33 | 0.41 | 0.43 |
| Hex | 84 | 9B | 41 | F | 0 | 3A | 27 | 4B | 29 | 2B |
| Octal | 204 | 233 | 101 | 17 | 0 | 72 | 47 | 113 | 51 | 53 |
| Binary | 10000100 | 10011011 | 1000001 | 1111 | 0 | 111010 | 100111 | 1001011 | 101001 | 101011 |
Color Harmonies of #849B41
Complementary color
Monochromatic Colors of #849B41
Black with #849B41
Text Example
Text Example
White with #849B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B41; }
p { color: rgb(132,155,65); }
H1.HeaderClassName
{
color: #849B41;
}
.AnyTagClassName
{
color: #849B41;
}
</style>
background-color css
<style>
a { background-color: #849B41; }
a { background-color: rgb(132,155,65); }
div.DivClassName
{
background-color: #849B41;
}
.BgClassName
{
background-color: #849B41;
}
</style>
border-color css
<style>
span { border-color: #849B41; }
span { border-color: rgb(132,155,65); }
td.TdClassName
{
border-color: #849B41;
}
.TagClassName
{
border-color: #849B41;
}
</style>