Shades of Wasabi #839841
Tints of Wasabi #839841
RGB
CMYK
RGB Variations
Color information
#839841 (or 0x839841) is known color: Wasabi. HEX triplet: 83, 98 and 41. RGB value is (131,152,65). Sum of RGB (Red+Green+Blue) = 131+152+65=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #839841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839841 is #7C67BE. Grayscale: #888888. Windows color (decimal): -8153023 or 4298883. OLE color: 4298883.
HSL color Cylindrical-coordinate representation of color #839841: hue angle of 74.48º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #839841 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 65 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.40 |
| HSL | 74.48º | 0.4% | 0.43% | - |
| HSV(B) | 74.48º | 0.57% | 0.6% | - |
| XYZ | 21.54 | 27.66 | 9.21 | - |
| YUV | 135.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 65 | 0.14 | 0 | 0.57 | 0.40 | 74.48 | 0.4 | 0.43 |
| Hex | 83 | 98 | 41 | E | 0 | 39 | 28 | 4A | 28 | 2B |
| Octal | 203 | 230 | 101 | 16 | 0 | 71 | 50 | 112 | 50 | 53 |
| Binary | 10000011 | 10011000 | 1000001 | 1110 | 0 | 111001 | 101000 | 1001010 | 101000 | 101011 |
Color Harmonies of #839841
Complementary color
Monochromatic Colors of #839841
Black with #839841
Text Example
Text Example
White with #839841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839841; }
p { color: rgb(131,152,65); }
H1.HeaderClassName
{
color: #839841;
}
.AnyTagClassName
{
color: #839841;
}
</style>
background-color css
<style>
a { background-color: #839841; }
a { background-color: rgb(131,152,65); }
div.DivClassName
{
background-color: #839841;
}
.BgClassName
{
background-color: #839841;
}
</style>
border-color css
<style>
span { border-color: #839841; }
span { border-color: rgb(131,152,65); }
td.TdClassName
{
border-color: #839841;
}
.TagClassName
{
border-color: #839841;
}
</style>