Shades of Wasabi #829839
Tints of Wasabi #829839
RGB
CMYK
RGB Variations
Color information
#829839 (or 0x829839) is known color: Wasabi. HEX triplet: 82, 98 and 39. RGB value is (130,152,57). Sum of RGB (Red+Green+Blue) = 130+152+57=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #829839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829839 is #7D67C6. Grayscale: #868686. Windows color (decimal): -8218567 or 3774594. OLE color: 3774594.
HSL color Cylindrical-coordinate representation of color #829839: hue angle of 73.89º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #829839 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 57 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.40 |
| HSL | 73.89º | 0.45% | 0.41% | - |
| HSV(B) | 73.89º | 0.63% | 0.6% | - |
| XYZ | 21.17 | 27.5 | 8.06 | - |
| YUV | 134.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 57 | 0.14 | 0 | 0.62 | 0.40 | 73.89 | 0.45 | 0.41 |
| Hex | 82 | 98 | 39 | E | 0 | 3E | 28 | 4A | 2D | 29 |
| Octal | 202 | 230 | 71 | 16 | 0 | 76 | 50 | 112 | 55 | 51 |
| Binary | 10000010 | 10011000 | 111001 | 1110 | 0 | 111110 | 101000 | 1001010 | 101101 | 101001 |
Color Harmonies of #829839
Complementary color
Monochromatic Colors of #829839
Black with #829839
Text Example
Text Example
White with #829839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829839; }
p { color: rgb(130,152,57); }
H1.HeaderClassName
{
color: #829839;
}
.AnyTagClassName
{
color: #829839;
}
</style>
background-color css
<style>
a { background-color: #829839; }
a { background-color: rgb(130,152,57); }
div.DivClassName
{
background-color: #829839;
}
.BgClassName
{
background-color: #829839;
}
</style>
border-color css
<style>
span { border-color: #829839; }
span { border-color: rgb(130,152,57); }
td.TdClassName
{
border-color: #829839;
}
.TagClassName
{
border-color: #829839;
}
</style>