Shades of Wasabi #839931
Tints of Wasabi #839931
RGB
CMYK
RGB Variations
Color information
#839931 (or 0x839931) is known color: Wasabi. HEX triplet: 83, 99 and 31. RGB value is (131,153,49). Sum of RGB (Red+Green+Blue) = 131+153+49=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #839931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839931 is #7C66CE. Grayscale: #868686. Windows color (decimal): -8152783 or 3250563. OLE color: 3250563.
HSL color Cylindrical-coordinate representation of color #839931: hue angle of 72.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #839931 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 49 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.4 |
| HSL | 72.69º | 0.51% | 0.4% | - |
| HSV(B) | 72.69º | 0.68% | 0.6% | - |
| XYZ | 21.31 | 27.83 | 7.15 | - |
| YUV | 134.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 49 | 0.14 | 0 | 0.68 | 0.4 | 72.69 | 0.51 | 0.4 |
| Hex | 83 | 99 | 31 | E | 0 | 44 | 28 | 49 | 33 | 28 |
| Octal | 203 | 231 | 61 | 16 | 0 | 104 | 50 | 111 | 63 | 50 |
| Binary | 10000011 | 10011001 | 110001 | 1110 | 0 | 1000100 | 101000 | 1001001 | 110011 | 101000 |
Color Harmonies of #839931
Complementary color
Monochromatic Colors of #839931
Black with #839931
Text Example
Text Example
White with #839931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839931; }
p { color: rgb(131,153,49); }
H1.HeaderClassName
{
color: #839931;
}
.AnyTagClassName
{
color: #839931;
}
</style>
background-color css
<style>
a { background-color: #839931; }
a { background-color: rgb(131,153,49); }
div.DivClassName
{
background-color: #839931;
}
.BgClassName
{
background-color: #839931;
}
</style>
border-color css
<style>
span { border-color: #839931; }
span { border-color: rgb(131,153,49); }
td.TdClassName
{
border-color: #839931;
}
.TagClassName
{
border-color: #839931;
}
</style>