Shades of Wasabi #829231
Tints of Wasabi #829231
RGB
CMYK
RGB Variations
Color information
#829231 (or 0x829231) is known color: Wasabi. HEX triplet: 82, 92 and 31. RGB value is (130,146,49). Sum of RGB (Red+Green+Blue) = 130+146+49=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #829231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829231 is #7D6DCE. Grayscale: #828282. Windows color (decimal): -8220111 or 3248770. OLE color: 3248770.
HSL color Cylindrical-coordinate representation of color #829231: hue angle of 69.9º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #829231 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 49 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.43 |
| HSL | 69.9º | 0.5% | 0.38% | - |
| HSV(B) | 69.9º | 0.66% | 0.57% | - |
| XYZ | 20.04 | 25.53 | 6.78 | - |
| YUV | 130.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 49 | 0.11 | 0 | 0.66 | 0.43 | 69.9 | 0.5 | 0.38 |
| Hex | 82 | 92 | 31 | B | 0 | 42 | 2B | 46 | 32 | 26 |
| Octal | 202 | 222 | 61 | 13 | 0 | 102 | 53 | 106 | 62 | 46 |
| Binary | 10000010 | 10010010 | 110001 | 1011 | 0 | 1000010 | 101011 | 1000110 | 110010 | 100110 |
Color Harmonies of #829231
Complementary color
Monochromatic Colors of #829231
Black with #829231
Text Example
Text Example
White with #829231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829231; }
p { color: rgb(130,146,49); }
H1.HeaderClassName
{
color: #829231;
}
.AnyTagClassName
{
color: #829231;
}
</style>
background-color css
<style>
a { background-color: #829231; }
a { background-color: rgb(130,146,49); }
div.DivClassName
{
background-color: #829231;
}
.BgClassName
{
background-color: #829231;
}
</style>
border-color css
<style>
span { border-color: #829231; }
span { border-color: rgb(130,146,49); }
td.TdClassName
{
border-color: #829231;
}
.TagClassName
{
border-color: #829231;
}
</style>