Shades of Wasabi #838D39
Tints of Wasabi #838D39
RGB
CMYK
RGB Variations
Color information
#838D39 (or 0x838D39) is known color: Wasabi. HEX triplet: 83, 8D and 39. RGB value is (131,141,57). Sum of RGB (Red+Green+Blue) = 131+141+57=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #838D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D39 is #7C72C6. Grayscale: #808080. Windows color (decimal): -8155847 or 3771779. OLE color: 3771779.
HSL color Cylindrical-coordinate representation of color #838D39: hue angle of 67.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #838D39 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 57 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.45 |
| HSL | 67.14º | 0.42% | 0.39% | - |
| HSV(B) | 67.14º | 0.6% | 0.55% | - |
| XYZ | 19.62 | 24.17 | 7.5 | - |
| YUV | 128.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 57 | 0.07 | 0 | 0.60 | 0.45 | 67.14 | 0.42 | 0.39 |
| Hex | 83 | 8D | 39 | 7 | 0 | 3C | 2D | 43 | 2A | 27 |
| Octal | 203 | 215 | 71 | 7 | 0 | 74 | 55 | 103 | 52 | 47 |
| Binary | 10000011 | 10001101 | 111001 | 111 | 0 | 111100 | 101101 | 1000011 | 101010 | 100111 |
Color Harmonies of #838D39
Complementary color
Monochromatic Colors of #838D39
Black with #838D39
Text Example
Text Example
White with #838D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D39; }
p { color: rgb(131,141,57); }
H1.HeaderClassName
{
color: #838D39;
}
.AnyTagClassName
{
color: #838D39;
}
</style>
background-color css
<style>
a { background-color: #838D39; }
a { background-color: rgb(131,141,57); }
div.DivClassName
{
background-color: #838D39;
}
.BgClassName
{
background-color: #838D39;
}
</style>
border-color css
<style>
span { border-color: #838D39; }
span { border-color: rgb(131,141,57); }
td.TdClassName
{
border-color: #838D39;
}
.TagClassName
{
border-color: #838D39;
}
</style>