Shades of Wasabi #839B41
Tints of Wasabi #839B41
RGB
CMYK
RGB Variations
Color information
#839B41 (or 0x839B41) is known color: Wasabi. HEX triplet: 83, 9B and 41. RGB value is (131,155,65). Sum of RGB (Red+Green+Blue) = 131+155+65=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #839B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839B41 is #7C64BE. Grayscale: #898989. Windows color (decimal): -8152255 or 4299651. OLE color: 4299651.
HSL color Cylindrical-coordinate representation of color #839B41: hue angle of 76º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #839B41 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 65 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.39 |
| HSL | 76º | 0.41% | 0.43% | - |
| HSV(B) | 76º | 0.58% | 0.61% | - |
| XYZ | 22.04 | 28.65 | 9.37 | - |
| YUV | 137.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 65 | 0.15 | 0 | 0.58 | 0.39 | 76 | 0.41 | 0.43 |
| Hex | 83 | 9B | 41 | F | 0 | 3A | 27 | 4C | 29 | 2B |
| Octal | 203 | 233 | 101 | 17 | 0 | 72 | 47 | 114 | 51 | 53 |
| Binary | 10000011 | 10011011 | 1000001 | 1111 | 0 | 111010 | 100111 | 1001100 | 101001 | 101011 |
Color Harmonies of #839B41
Complementary color
Monochromatic Colors of #839B41
Black with #839B41
Text Example
Text Example
White with #839B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B41; }
p { color: rgb(131,155,65); }
H1.HeaderClassName
{
color: #839B41;
}
.AnyTagClassName
{
color: #839B41;
}
</style>
background-color css
<style>
a { background-color: #839B41; }
a { background-color: rgb(131,155,65); }
div.DivClassName
{
background-color: #839B41;
}
.BgClassName
{
background-color: #839B41;
}
</style>
border-color css
<style>
span { border-color: #839B41; }
span { border-color: rgb(131,155,65); }
td.TdClassName
{
border-color: #839B41;
}
.TagClassName
{
border-color: #839B41;
}
</style>