Shades of Wasabi #829332
Tints of Wasabi #829332
RGB
CMYK
RGB Variations
Color information
#829332 (or 0x829332) is known color: Wasabi. HEX triplet: 82, 93 and 32. RGB value is (130,147,50). Sum of RGB (Red+Green+Blue) = 130+147+50=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #829332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829332 is #7D6CCD. Grayscale: #838383. Windows color (decimal): -8219854 or 3314562. OLE color: 3314562.
HSL color Cylindrical-coordinate representation of color #829332: hue angle of 70.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #829332 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 50 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.42 |
| HSL | 70.52º | 0.49% | 0.39% | - |
| HSV(B) | 70.52º | 0.66% | 0.58% | - |
| XYZ | 20.22 | 25.84 | 6.94 | - |
| YUV | 130.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 50 | 0.12 | 0 | 0.66 | 0.42 | 70.52 | 0.49 | 0.39 |
| Hex | 82 | 93 | 32 | C | 0 | 42 | 2A | 47 | 31 | 27 |
| Octal | 202 | 223 | 62 | 14 | 0 | 102 | 52 | 107 | 61 | 47 |
| Binary | 10000010 | 10010011 | 110010 | 1100 | 0 | 1000010 | 101010 | 1000111 | 110001 | 100111 |
Color Harmonies of #829332
Complementary color
Monochromatic Colors of #829332
Black with #829332
Text Example
Text Example
White with #829332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829332; }
p { color: rgb(130,147,50); }
H1.HeaderClassName
{
color: #829332;
}
.AnyTagClassName
{
color: #829332;
}
</style>
background-color css
<style>
a { background-color: #829332; }
a { background-color: rgb(130,147,50); }
div.DivClassName
{
background-color: #829332;
}
.BgClassName
{
background-color: #829332;
}
</style>
border-color css
<style>
span { border-color: #829332; }
span { border-color: rgb(130,147,50); }
td.TdClassName
{
border-color: #829332;
}
.TagClassName
{
border-color: #829332;
}
</style>