Shades of Wasabi #839A44
Tints of Wasabi #839A44
RGB
CMYK
RGB Variations
Color information
#839A44 (or 0x839A44) is known color: Wasabi. HEX triplet: 83, 9A and 44. RGB value is (131,154,68). Sum of RGB (Red+Green+Blue) = 131+154+68=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #839A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839A44 is #7C65BB. Grayscale: #898989. Windows color (decimal): -8152508 or 4496003. OLE color: 4496003.
HSL color Cylindrical-coordinate representation of color #839A44: hue angle of 76.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #839A44 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 68 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.40 |
| HSL | 76.05º | 0.39% | 0.44% | - |
| HSV(B) | 76.05º | 0.56% | 0.6% | - |
| XYZ | 21.96 | 28.35 | 9.78 | - |
| YUV | 137.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 68 | 0.15 | 0 | 0.56 | 0.40 | 76.05 | 0.39 | 0.44 |
| Hex | 83 | 9A | 44 | F | 0 | 38 | 28 | 4C | 27 | 2C |
| Octal | 203 | 232 | 104 | 17 | 0 | 70 | 50 | 114 | 47 | 54 |
| Binary | 10000011 | 10011010 | 1000100 | 1111 | 0 | 111000 | 101000 | 1001100 | 100111 | 101100 |
Color Harmonies of #839A44
Complementary color
Monochromatic Colors of #839A44
Black with #839A44
Text Example
Text Example
White with #839A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A44; }
p { color: rgb(131,154,68); }
H1.HeaderClassName
{
color: #839A44;
}
.AnyTagClassName
{
color: #839A44;
}
</style>
background-color css
<style>
a { background-color: #839A44; }
a { background-color: rgb(131,154,68); }
div.DivClassName
{
background-color: #839A44;
}
.BgClassName
{
background-color: #839A44;
}
</style>
border-color css
<style>
span { border-color: #839A44; }
span { border-color: rgb(131,154,68); }
td.TdClassName
{
border-color: #839A44;
}
.TagClassName
{
border-color: #839A44;
}
</style>