Shades of Wasabi #839932
Tints of Wasabi #839932
RGB
CMYK
RGB Variations
Color information
#839932 (or 0x839932) is known color: Wasabi. HEX triplet: 83, 99 and 32. RGB value is (131,153,50). Sum of RGB (Red+Green+Blue) = 131+153+50=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #839932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839932 is #7C66CD. Grayscale: #878787. Windows color (decimal): -8152782 or 3316099. OLE color: 3316099.
HSL color Cylindrical-coordinate representation of color #839932: hue angle of 72.82º degrees, saturation: 0.51, 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 #839932 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 50 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.4 |
| HSL | 72.82º | 0.51% | 0.4% | - |
| HSV(B) | 72.82º | 0.67% | 0.6% | - |
| XYZ | 21.33 | 27.84 | 7.27 | - |
| YUV | 134.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 50 | 0.14 | 0 | 0.67 | 0.4 | 72.82 | 0.51 | 0.4 |
| Hex | 83 | 99 | 32 | E | 0 | 43 | 28 | 49 | 33 | 28 |
| Octal | 203 | 231 | 62 | 16 | 0 | 103 | 50 | 111 | 63 | 50 |
| Binary | 10000011 | 10011001 | 110010 | 1110 | 0 | 1000011 | 101000 | 1001001 | 110011 | 101000 |
Color Harmonies of #839932
Complementary color
Monochromatic Colors of #839932
Black with #839932
Text Example
Text Example
White with #839932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839932; }
p { color: rgb(131,153,50); }
H1.HeaderClassName
{
color: #839932;
}
.AnyTagClassName
{
color: #839932;
}
</style>
background-color css
<style>
a { background-color: #839932; }
a { background-color: rgb(131,153,50); }
div.DivClassName
{
background-color: #839932;
}
.BgClassName
{
background-color: #839932;
}
</style>
border-color css
<style>
span { border-color: #839932; }
span { border-color: rgb(131,153,50); }
td.TdClassName
{
border-color: #839932;
}
.TagClassName
{
border-color: #839932;
}
</style>