Shades of Wasabi #829C47
Tints of Wasabi #829C47
RGB
CMYK
RGB Variations
Color information
#829C47 (or 0x829C47) is known color: Wasabi. HEX triplet: 82, 9C and 47. RGB value is (130,156,71). Sum of RGB (Red+Green+Blue) = 130+156+71=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #829C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C47 is #7D63B8. Grayscale: #8A8A8A. Windows color (decimal): -8217529 or 4693122. OLE color: 4693122.
HSL color Cylindrical-coordinate representation of color #829C47: hue angle of 78.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #829C47 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 71 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.39 |
| HSL | 78.35º | 0.37% | 0.45% | - |
| HSV(B) | 78.35º | 0.54% | 0.61% | - |
| XYZ | 22.23 | 28.98 | 10.38 | - |
| YUV | 138.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 71 | 0.17 | 0 | 0.54 | 0.39 | 78.35 | 0.37 | 0.45 |
| Hex | 82 | 9C | 47 | 11 | 0 | 36 | 27 | 4E | 25 | 2D |
| Octal | 202 | 234 | 107 | 21 | 0 | 66 | 47 | 116 | 45 | 55 |
| Binary | 10000010 | 10011100 | 1000111 | 10001 | 0 | 110110 | 100111 | 1001110 | 100101 | 101101 |
Color Harmonies of #829C47
Complementary color
Monochromatic Colors of #829C47
Black with #829C47
Text Example
Text Example
White with #829C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C47; }
p { color: rgb(130,156,71); }
H1.HeaderClassName
{
color: #829C47;
}
.AnyTagClassName
{
color: #829C47;
}
</style>
background-color css
<style>
a { background-color: #829C47; }
a { background-color: rgb(130,156,71); }
div.DivClassName
{
background-color: #829C47;
}
.BgClassName
{
background-color: #829C47;
}
</style>
border-color css
<style>
span { border-color: #829C47; }
span { border-color: rgb(130,156,71); }
td.TdClassName
{
border-color: #829C47;
}
.TagClassName
{
border-color: #829C47;
}
</style>