Shades of Wasabi #829C48
Tints of Wasabi #829C48
RGB
CMYK
RGB Variations
Color information
#829C48 (or 0x829C48) is known color: Wasabi. HEX triplet: 82, 9C and 48. RGB value is (130,156,72). Sum of RGB (Red+Green+Blue) = 130+156+72=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #829C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C48 is #7D63B7. Grayscale: #8A8A8A. Windows color (decimal): -8217528 or 4758658. OLE color: 4758658.
HSL color Cylindrical-coordinate representation of color #829C48: hue angle of 78.57º 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 #829C48 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 72 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.39 |
| HSL | 78.57º | 0.37% | 0.45% | - |
| HSV(B) | 78.57º | 0.54% | 0.61% | - |
| XYZ | 22.26 | 28.99 | 10.55 | - |
| YUV | 138.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 72 | 0.17 | 0 | 0.54 | 0.39 | 78.57 | 0.37 | 0.45 |
| Hex | 82 | 9C | 48 | 11 | 0 | 36 | 27 | 4F | 25 | 2D |
| Octal | 202 | 234 | 110 | 21 | 0 | 66 | 47 | 117 | 45 | 55 |
| Binary | 10000010 | 10011100 | 1001000 | 10001 | 0 | 110110 | 100111 | 1001111 | 100101 | 101101 |
Color Harmonies of #829C48
Complementary color
Monochromatic Colors of #829C48
Black with #829C48
Text Example
Text Example
White with #829C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C48; }
p { color: rgb(130,156,72); }
H1.HeaderClassName
{
color: #829C48;
}
.AnyTagClassName
{
color: #829C48;
}
</style>
background-color css
<style>
a { background-color: #829C48; }
a { background-color: rgb(130,156,72); }
div.DivClassName
{
background-color: #829C48;
}
.BgClassName
{
background-color: #829C48;
}
</style>
border-color css
<style>
span { border-color: #829C48; }
span { border-color: rgb(130,156,72); }
td.TdClassName
{
border-color: #829C48;
}
.TagClassName
{
border-color: #829C48;
}
</style>