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