Shades of Wasabi #829249
Tints of Wasabi #829249
RGB
CMYK
RGB Variations
Color information
#829249 (or 0x829249) is known color: Wasabi. HEX triplet: 82, 92 and 49. RGB value is (130,146,73). Sum of RGB (Red+Green+Blue) = 130+146+73=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #829249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829249 is #7D6DB6. Grayscale: #858585. Windows color (decimal): -8220087 or 4821634. OLE color: 4821634.
HSL color Cylindrical-coordinate representation of color #829249: hue angle of 73.15º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #829249 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 73 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.43 |
| HSL | 73.15º | 0.33% | 0.43% | - |
| HSV(B) | 73.15º | 0.5% | 0.57% | - |
| XYZ | 20.69 | 25.78 | 10.19 | - |
| YUV | 132.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 73 | 0.11 | 0 | 0.5 | 0.43 | 73.15 | 0.33 | 0.43 |
| Hex | 82 | 92 | 49 | B | 0 | 32 | 2B | 49 | 21 | 2B |
| Octal | 202 | 222 | 111 | 13 | 0 | 62 | 53 | 111 | 41 | 53 |
| Binary | 10000010 | 10010010 | 1001001 | 1011 | 0 | 110010 | 101011 | 1001001 | 100001 | 101011 |
Color Harmonies of #829249
Complementary color
Monochromatic Colors of #829249
Black with #829249
Text Example
Text Example
White with #829249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829249; }
p { color: rgb(130,146,73); }
H1.HeaderClassName
{
color: #829249;
}
.AnyTagClassName
{
color: #829249;
}
</style>
background-color css
<style>
a { background-color: #829249; }
a { background-color: rgb(130,146,73); }
div.DivClassName
{
background-color: #829249;
}
.BgClassName
{
background-color: #829249;
}
</style>
border-color css
<style>
span { border-color: #829249; }
span { border-color: rgb(130,146,73); }
td.TdClassName
{
border-color: #829249;
}
.TagClassName
{
border-color: #829249;
}
</style>