Shades of Wasabi #839248
Tints of Wasabi #839248
RGB
CMYK
RGB Variations
Color information
#839248 (or 0x839248) is known color: Wasabi. HEX triplet: 83, 92 and 48. RGB value is (131,146,72). Sum of RGB (Red+Green+Blue) = 131+146+72=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #839248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839248 is #7C6DB7. Grayscale: #858585. Windows color (decimal): -8154552 or 4756099. OLE color: 4756099.
HSL color Cylindrical-coordinate representation of color #839248: hue angle of 72.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #839248 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 72 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.43 |
| HSL | 72.16º | 0.34% | 0.43% | - |
| HSV(B) | 72.16º | 0.51% | 0.57% | - |
| XYZ | 20.81 | 25.85 | 10.02 | - |
| YUV | 133.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 72 | 0.10 | 0 | 0.51 | 0.43 | 72.16 | 0.34 | 0.43 |
| Hex | 83 | 92 | 48 | A | 0 | 33 | 2B | 48 | 22 | 2B |
| Octal | 203 | 222 | 110 | 12 | 0 | 63 | 53 | 110 | 42 | 53 |
| Binary | 10000011 | 10010010 | 1001000 | 1010 | 0 | 110011 | 101011 | 1001000 | 100010 | 101011 |
Color Harmonies of #839248
Complementary color
Monochromatic Colors of #839248
Black with #839248
Text Example
Text Example
White with #839248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839248; }
p { color: rgb(131,146,72); }
H1.HeaderClassName
{
color: #839248;
}
.AnyTagClassName
{
color: #839248;
}
</style>
background-color css
<style>
a { background-color: #839248; }
a { background-color: rgb(131,146,72); }
div.DivClassName
{
background-color: #839248;
}
.BgClassName
{
background-color: #839248;
}
</style>
border-color css
<style>
span { border-color: #839248; }
span { border-color: rgb(131,146,72); }
td.TdClassName
{
border-color: #839248;
}
.TagClassName
{
border-color: #839248;
}
</style>