Shades of Wasabi #839B3B
Tints of Wasabi #839B3B
RGB
CMYK
RGB Variations
Color information
#839B3B (or 0x839B3B) is known color: Wasabi. HEX triplet: 83, 9B and 3B. RGB value is (131,155,59). Sum of RGB (Red+Green+Blue) = 131+155+59=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #839B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839B3B is #7C64C4. Grayscale: #898989. Windows color (decimal): -8152261 or 3906435. OLE color: 3906435.
HSL color Cylindrical-coordinate representation of color #839B3B: hue angle of 75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #839B3B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 59 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.39 |
| HSL | 75º | 0.45% | 0.42% | - |
| HSV(B) | 75º | 0.62% | 0.61% | - |
| XYZ | 21.87 | 28.58 | 8.5 | - |
| YUV | 136.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 59 | 0.15 | 0 | 0.62 | 0.39 | 75 | 0.45 | 0.42 |
| Hex | 83 | 9B | 3B | F | 0 | 3E | 27 | 4B | 2D | 2A |
| Octal | 203 | 233 | 73 | 17 | 0 | 76 | 47 | 113 | 55 | 52 |
| Binary | 10000011 | 10011011 | 111011 | 1111 | 0 | 111110 | 100111 | 1001011 | 101101 | 101010 |
Color Harmonies of #839B3B
Complementary color
Monochromatic Colors of #839B3B
Black with #839B3B
Text Example
Text Example
White with #839B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B3B; }
p { color: rgb(131,155,59); }
H1.HeaderClassName
{
color: #839B3B;
}
.AnyTagClassName
{
color: #839B3B;
}
</style>
background-color css
<style>
a { background-color: #839B3B; }
a { background-color: rgb(131,155,59); }
div.DivClassName
{
background-color: #839B3B;
}
.BgClassName
{
background-color: #839B3B;
}
</style>
border-color css
<style>
span { border-color: #839B3B; }
span { border-color: rgb(131,155,59); }
td.TdClassName
{
border-color: #839B3B;
}
.TagClassName
{
border-color: #839B3B;
}
</style>