Shades of Wasabi #849843
Tints of Wasabi #849843
RGB
CMYK
RGB Variations
Color information
#849843 (or 0x849843) is known color: Wasabi. HEX triplet: 84, 98 and 43. RGB value is (132,152,67). Sum of RGB (Red+Green+Blue) = 132+152+67=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #849843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849843 is #7B67BC. Grayscale: #888888. Windows color (decimal): -8087485 or 4429956. OLE color: 4429956.
HSL color Cylindrical-coordinate representation of color #849843: hue angle of 74.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #849843 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 67 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.40 |
| HSL | 74.12º | 0.39% | 0.43% | - |
| HSV(B) | 74.12º | 0.56% | 0.6% | - |
| XYZ | 21.76 | 27.77 | 9.52 | - |
| YUV | 136.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 67 | 0.13 | 0 | 0.56 | 0.40 | 74.12 | 0.39 | 0.43 |
| Hex | 84 | 98 | 43 | D | 0 | 38 | 28 | 4A | 27 | 2B |
| Octal | 204 | 230 | 103 | 15 | 0 | 70 | 50 | 112 | 47 | 53 |
| Binary | 10000100 | 10011000 | 1000011 | 1101 | 0 | 111000 | 101000 | 1001010 | 100111 | 101011 |
Color Harmonies of #849843
Complementary color
Monochromatic Colors of #849843
Black with #849843
Text Example
Text Example
White with #849843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849843; }
p { color: rgb(132,152,67); }
H1.HeaderClassName
{
color: #849843;
}
.AnyTagClassName
{
color: #849843;
}
</style>
background-color css
<style>
a { background-color: #849843; }
a { background-color: rgb(132,152,67); }
div.DivClassName
{
background-color: #849843;
}
.BgClassName
{
background-color: #849843;
}
</style>
border-color css
<style>
span { border-color: #849843; }
span { border-color: rgb(132,152,67); }
td.TdClassName
{
border-color: #849843;
}
.TagClassName
{
border-color: #849843;
}
</style>