Shades of Wasabi #829244
Tints of Wasabi #829244
RGB
CMYK
RGB Variations
Color information
#829244 (or 0x829244) is known color: Wasabi. HEX triplet: 82, 92 and 44. RGB value is (130,146,68). Sum of RGB (Red+Green+Blue) = 130+146+68=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #829244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829244 is #7D6DBB. Grayscale: #848484. Windows color (decimal): -8220092 or 4493954. OLE color: 4493954.
HSL color Cylindrical-coordinate representation of color #829244: hue angle of 72.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #829244 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 68 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.43 |
| HSL | 72.31º | 0.36% | 0.42% | - |
| HSV(B) | 72.31º | 0.53% | 0.57% | - |
| XYZ | 20.53 | 25.72 | 9.35 | - |
| YUV | 132.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 68 | 0.11 | 0 | 0.53 | 0.43 | 72.31 | 0.36 | 0.42 |
| Hex | 82 | 92 | 44 | B | 0 | 35 | 2B | 48 | 24 | 2A |
| Octal | 202 | 222 | 104 | 13 | 0 | 65 | 53 | 110 | 44 | 52 |
| Binary | 10000010 | 10010010 | 1000100 | 1011 | 0 | 110101 | 101011 | 1001000 | 100100 | 101010 |
Color Harmonies of #829244
Complementary color
Monochromatic Colors of #829244
Black with #829244
Text Example
Text Example
White with #829244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829244; }
p { color: rgb(130,146,68); }
H1.HeaderClassName
{
color: #829244;
}
.AnyTagClassName
{
color: #829244;
}
</style>
background-color css
<style>
a { background-color: #829244; }
a { background-color: rgb(130,146,68); }
div.DivClassName
{
background-color: #829244;
}
.BgClassName
{
background-color: #829244;
}
</style>
border-color css
<style>
span { border-color: #829244; }
span { border-color: rgb(130,146,68); }
td.TdClassName
{
border-color: #829244;
}
.TagClassName
{
border-color: #829244;
}
</style>