Shades of Wasabi #839A42
Tints of Wasabi #839A42
RGB
CMYK
RGB Variations
Color information
#839A42 (or 0x839A42) is known color: Wasabi. HEX triplet: 83, 9A and 42. RGB value is (131,154,66). Sum of RGB (Red+Green+Blue) = 131+154+66=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #839A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839A42 is #7C65BD. Grayscale: #898989. Windows color (decimal): -8152510 or 4364931. OLE color: 4364931.
HSL color Cylindrical-coordinate representation of color #839A42: hue angle of 75.68º 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 #839A42 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 66 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.40 |
| HSL | 75.68º | 0.4% | 0.43% | - |
| HSV(B) | 75.68º | 0.57% | 0.6% | - |
| XYZ | 21.9 | 28.33 | 9.47 | - |
| YUV | 137.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 66 | 0.15 | 0 | 0.57 | 0.40 | 75.68 | 0.4 | 0.43 |
| Hex | 83 | 9A | 42 | F | 0 | 39 | 28 | 4C | 28 | 2B |
| Octal | 203 | 232 | 102 | 17 | 0 | 71 | 50 | 114 | 50 | 53 |
| Binary | 10000011 | 10011010 | 1000010 | 1111 | 0 | 111001 | 101000 | 1001100 | 101000 | 101011 |
Color Harmonies of #839A42
Complementary color
Monochromatic Colors of #839A42
Black with #839A42
Text Example
Text Example
White with #839A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A42; }
p { color: rgb(131,154,66); }
H1.HeaderClassName
{
color: #839A42;
}
.AnyTagClassName
{
color: #839A42;
}
</style>
background-color css
<style>
a { background-color: #839A42; }
a { background-color: rgb(131,154,66); }
div.DivClassName
{
background-color: #839A42;
}
.BgClassName
{
background-color: #839A42;
}
</style>
border-color css
<style>
span { border-color: #839A42; }
span { border-color: rgb(131,154,66); }
td.TdClassName
{
border-color: #839A42;
}
.TagClassName
{
border-color: #839A42;
}
</style>