Shades of Wasabi #849833
Tints of Wasabi #849833
RGB
CMYK
RGB Variations
Color information
#849833 (or 0x849833) is known color: Wasabi. HEX triplet: 84, 98 and 33. RGB value is (132,152,51). Sum of RGB (Red+Green+Blue) = 132+152+51=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #849833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849833 is #7B67CC. Grayscale: #868686. Windows color (decimal): -8087501 or 3381380. OLE color: 3381380.
HSL color Cylindrical-coordinate representation of color #849833: hue angle of 71.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849833 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 51 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.40 |
| HSL | 71.88º | 0.5% | 0.4% | - |
| HSV(B) | 71.88º | 0.66% | 0.6% | - |
| XYZ | 21.34 | 27.6 | 7.33 | - |
| YUV | 134.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 51 | 0.13 | 0 | 0.66 | 0.40 | 71.88 | 0.5 | 0.4 |
| Hex | 84 | 98 | 33 | D | 0 | 42 | 28 | 48 | 32 | 28 |
| Octal | 204 | 230 | 63 | 15 | 0 | 102 | 50 | 110 | 62 | 50 |
| Binary | 10000100 | 10011000 | 110011 | 1101 | 0 | 1000010 | 101000 | 1001000 | 110010 | 101000 |
Color Harmonies of #849833
Complementary color
Monochromatic Colors of #849833
Black with #849833
Text Example
Text Example
White with #849833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849833; }
p { color: rgb(132,152,51); }
H1.HeaderClassName
{
color: #849833;
}
.AnyTagClassName
{
color: #849833;
}
</style>
background-color css
<style>
a { background-color: #849833; }
a { background-color: rgb(132,152,51); }
div.DivClassName
{
background-color: #849833;
}
.BgClassName
{
background-color: #849833;
}
</style>
border-color css
<style>
span { border-color: #849833; }
span { border-color: rgb(132,152,51); }
td.TdClassName
{
border-color: #849833;
}
.TagClassName
{
border-color: #849833;
}
</style>