Shades of Wasabi #839A48
Tints of Wasabi #839A48
RGB
CMYK
RGB Variations
Color information
#839A48 (or 0x839A48) is known color: Wasabi. HEX triplet: 83, 9A and 48. RGB value is (131,154,72). Sum of RGB (Red+Green+Blue) = 131+154+72=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #839A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839A48 is #7C65B7. Grayscale: #8A8A8A. Windows color (decimal): -8152504 or 4758147. OLE color: 4758147.
HSL color Cylindrical-coordinate representation of color #839A48: hue angle of 76.83º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #839A48 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 72 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.40 |
| HSL | 76.83º | 0.36% | 0.44% | - |
| HSV(B) | 76.83º | 0.53% | 0.6% | - |
| XYZ | 22.09 | 28.4 | 10.45 | - |
| YUV | 137.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 72 | 0.15 | 0 | 0.53 | 0.40 | 76.83 | 0.36 | 0.44 |
| Hex | 83 | 9A | 48 | F | 0 | 35 | 28 | 4D | 24 | 2C |
| Octal | 203 | 232 | 110 | 17 | 0 | 65 | 50 | 115 | 44 | 54 |
| Binary | 10000011 | 10011010 | 1001000 | 1111 | 0 | 110101 | 101000 | 1001101 | 100100 | 101100 |
Color Harmonies of #839A48
Complementary color
Monochromatic Colors of #839A48
Black with #839A48
Text Example
Text Example
White with #839A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A48; }
p { color: rgb(131,154,72); }
H1.HeaderClassName
{
color: #839A48;
}
.AnyTagClassName
{
color: #839A48;
}
</style>
background-color css
<style>
a { background-color: #839A48; }
a { background-color: rgb(131,154,72); }
div.DivClassName
{
background-color: #839A48;
}
.BgClassName
{
background-color: #839A48;
}
</style>
border-color css
<style>
span { border-color: #839A48; }
span { border-color: rgb(131,154,72); }
td.TdClassName
{
border-color: #839A48;
}
.TagClassName
{
border-color: #839A48;
}
</style>