Shades of Wasabi #838F40
Tints of Wasabi #838F40
RGB
CMYK
RGB Variations
Color information
#838F40 (or 0x838F40) is known color: Wasabi. HEX triplet: 83, 8F and 40. RGB value is (131,143,64). Sum of RGB (Red+Green+Blue) = 131+143+64=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #838F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838F40 is #7C70BF. Grayscale: #828282. Windows color (decimal): -8155328 or 4231043. OLE color: 4231043.
HSL color Cylindrical-coordinate representation of color #838F40: hue angle of 69.11º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #838F40 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 64 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.44 |
| HSL | 69.11º | 0.38% | 0.41% | - |
| HSV(B) | 69.11º | 0.55% | 0.56% | - |
| XYZ | 20.11 | 24.84 | 8.59 | - |
| YUV | 130.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 64 | 0.08 | 0 | 0.55 | 0.44 | 69.11 | 0.38 | 0.41 |
| Hex | 83 | 8F | 40 | 8 | 0 | 37 | 2C | 45 | 26 | 29 |
| Octal | 203 | 217 | 100 | 10 | 0 | 67 | 54 | 105 | 46 | 51 |
| Binary | 10000011 | 10001111 | 1000000 | 1000 | 0 | 110111 | 101100 | 1000101 | 100110 | 101001 |
Color Harmonies of #838F40
Complementary color
Monochromatic Colors of #838F40
Black with #838F40
Text Example
Text Example
White with #838F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F40; }
p { color: rgb(131,143,64); }
H1.HeaderClassName
{
color: #838F40;
}
.AnyTagClassName
{
color: #838F40;
}
</style>
background-color css
<style>
a { background-color: #838F40; }
a { background-color: rgb(131,143,64); }
div.DivClassName
{
background-color: #838F40;
}
.BgClassName
{
background-color: #838F40;
}
</style>
border-color css
<style>
span { border-color: #838F40; }
span { border-color: rgb(131,143,64); }
td.TdClassName
{
border-color: #838F40;
}
.TagClassName
{
border-color: #838F40;
}
</style>