Shades of Wasabi #839243
Tints of Wasabi #839243
RGB
CMYK
RGB Variations
Color information
#839243 (or 0x839243) is known color: Wasabi. HEX triplet: 83, 92 and 43. RGB value is (131,146,67). Sum of RGB (Red+Green+Blue) = 131+146+67=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #839243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839243 is #7C6DBC. Grayscale: #848484. Windows color (decimal): -8154557 or 4428419. OLE color: 4428419.
HSL color Cylindrical-coordinate representation of color #839243: hue angle of 71.39º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #839243 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 67 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.43 |
| HSL | 71.39º | 0.37% | 0.42% | - |
| HSV(B) | 71.39º | 0.54% | 0.57% | - |
| XYZ | 20.65 | 25.79 | 9.2 | - |
| YUV | 132.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 67 | 0.10 | 0 | 0.54 | 0.43 | 71.39 | 0.37 | 0.42 |
| Hex | 83 | 92 | 43 | A | 0 | 36 | 2B | 47 | 25 | 2A |
| Octal | 203 | 222 | 103 | 12 | 0 | 66 | 53 | 107 | 45 | 52 |
| Binary | 10000011 | 10010010 | 1000011 | 1010 | 0 | 110110 | 101011 | 1000111 | 100101 | 101010 |
Color Harmonies of #839243
Complementary color
Monochromatic Colors of #839243
Black with #839243
Text Example
Text Example
White with #839243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839243; }
p { color: rgb(131,146,67); }
H1.HeaderClassName
{
color: #839243;
}
.AnyTagClassName
{
color: #839243;
}
</style>
background-color css
<style>
a { background-color: #839243; }
a { background-color: rgb(131,146,67); }
div.DivClassName
{
background-color: #839243;
}
.BgClassName
{
background-color: #839243;
}
</style>
border-color css
<style>
span { border-color: #839243; }
span { border-color: rgb(131,146,67); }
td.TdClassName
{
border-color: #839243;
}
.TagClassName
{
border-color: #839243;
}
</style>