Shades of Wasabi #838D41
Tints of Wasabi #838D41
RGB
CMYK
RGB Variations
Color information
#838D41 (or 0x838D41) is known color: Wasabi. HEX triplet: 83, 8D and 41. RGB value is (131,141,65). Sum of RGB (Red+Green+Blue) = 131+141+65=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #838D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D41 is #7C72BE. Grayscale: #818181. Windows color (decimal): -8155839 or 4296067. OLE color: 4296067.
HSL color Cylindrical-coordinate representation of color #838D41: hue angle of 67.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #838D41 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 65 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.45 |
| HSL | 67.89º | 0.37% | 0.4% | - |
| HSV(B) | 67.89º | 0.54% | 0.55% | - |
| XYZ | 19.84 | 24.26 | 8.64 | - |
| YUV | 129.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 65 | 0.07 | 0 | 0.54 | 0.45 | 67.89 | 0.37 | 0.4 |
| Hex | 83 | 8D | 41 | 7 | 0 | 36 | 2D | 44 | 25 | 28 |
| Octal | 203 | 215 | 101 | 7 | 0 | 66 | 55 | 104 | 45 | 50 |
| Binary | 10000011 | 10001101 | 1000001 | 111 | 0 | 110110 | 101101 | 1000100 | 100101 | 101000 |
Color Harmonies of #838D41
Complementary color
Monochromatic Colors of #838D41
Black with #838D41
Text Example
Text Example
White with #838D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D41; }
p { color: rgb(131,141,65); }
H1.HeaderClassName
{
color: #838D41;
}
.AnyTagClassName
{
color: #838D41;
}
</style>
background-color css
<style>
a { background-color: #838D41; }
a { background-color: rgb(131,141,65); }
div.DivClassName
{
background-color: #838D41;
}
.BgClassName
{
background-color: #838D41;
}
</style>
border-color css
<style>
span { border-color: #838D41; }
span { border-color: rgb(131,141,65); }
td.TdClassName
{
border-color: #838D41;
}
.TagClassName
{
border-color: #838D41;
}
</style>