Shades of Wasabi #849933
Tints of Wasabi #849933
RGB
CMYK
RGB Variations
Color information
#849933 (or 0x849933) is known color: Wasabi. HEX triplet: 84, 99 and 33. RGB value is (132,153,51). Sum of RGB (Red+Green+Blue) = 132+153+51=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #849933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849933 is #7B66CC. Grayscale: #878787. Windows color (decimal): -8087245 or 3381636. OLE color: 3381636.
HSL color Cylindrical-coordinate representation of color #849933: hue angle of 72.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #849933 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 51 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.4 |
| HSL | 72.35º | 0.5% | 0.4% | - |
| HSV(B) | 72.35º | 0.67% | 0.6% | - |
| XYZ | 21.5 | 27.93 | 7.39 | - |
| YUV | 135.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 51 | 0.14 | 0 | 0.67 | 0.4 | 72.35 | 0.5 | 0.4 |
| Hex | 84 | 99 | 33 | E | 0 | 43 | 28 | 48 | 32 | 28 |
| Octal | 204 | 231 | 63 | 16 | 0 | 103 | 50 | 110 | 62 | 50 |
| Binary | 10000100 | 10011001 | 110011 | 1110 | 0 | 1000011 | 101000 | 1001000 | 110010 | 101000 |
Color Harmonies of #849933
Complementary color
Monochromatic Colors of #849933
Black with #849933
Text Example
Text Example
White with #849933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849933; }
p { color: rgb(132,153,51); }
H1.HeaderClassName
{
color: #849933;
}
.AnyTagClassName
{
color: #849933;
}
</style>
background-color css
<style>
a { background-color: #849933; }
a { background-color: rgb(132,153,51); }
div.DivClassName
{
background-color: #849933;
}
.BgClassName
{
background-color: #849933;
}
</style>
border-color css
<style>
span { border-color: #849933; }
span { border-color: rgb(132,153,51); }
td.TdClassName
{
border-color: #849933;
}
.TagClassName
{
border-color: #849933;
}
</style>