Shades of Wasabi #849941
Tints of Wasabi #849941
RGB
CMYK
RGB Variations
Color information
#849941 (or 0x849941) is known color: Wasabi. HEX triplet: 84, 99 and 41. RGB value is (132,153,65). Sum of RGB (Red+Green+Blue) = 132+153+65=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #849941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849941 is #7B66BE. Grayscale: #898989. Windows color (decimal): -8087231 or 4299140. OLE color: 4299140.
HSL color Cylindrical-coordinate representation of color #849941: hue angle of 74.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #849941 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 65 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.4 |
| HSL | 74.32º | 0.4% | 0.43% | - |
| HSV(B) | 74.32º | 0.58% | 0.6% | - |
| XYZ | 21.86 | 28.07 | 9.27 | - |
| YUV | 136.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 65 | 0.14 | 0 | 0.58 | 0.4 | 74.32 | 0.4 | 0.43 |
| Hex | 84 | 99 | 41 | E | 0 | 3A | 28 | 4A | 28 | 2B |
| Octal | 204 | 231 | 101 | 16 | 0 | 72 | 50 | 112 | 50 | 53 |
| Binary | 10000100 | 10011001 | 1000001 | 1110 | 0 | 111010 | 101000 | 1001010 | 101000 | 101011 |
Color Harmonies of #849941
Complementary color
Monochromatic Colors of #849941
Black with #849941
Text Example
Text Example
White with #849941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849941; }
p { color: rgb(132,153,65); }
H1.HeaderClassName
{
color: #849941;
}
.AnyTagClassName
{
color: #849941;
}
</style>
background-color css
<style>
a { background-color: #849941; }
a { background-color: rgb(132,153,65); }
div.DivClassName
{
background-color: #849941;
}
.BgClassName
{
background-color: #849941;
}
</style>
border-color css
<style>
span { border-color: #849941; }
span { border-color: rgb(132,153,65); }
td.TdClassName
{
border-color: #849941;
}
.TagClassName
{
border-color: #849941;
}
</style>