Shades of Wasabi #829148
Tints of Wasabi #829148
RGB
CMYK
RGB Variations
Color information
#829148 (or 0x829148) is known color: Wasabi. HEX triplet: 82, 91 and 48. RGB value is (130,145,72). Sum of RGB (Red+Green+Blue) = 130+145+72=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #829148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829148 is #7D6EB7. Grayscale: #848484. Windows color (decimal): -8220344 or 4755842. OLE color: 4755842.
HSL color Cylindrical-coordinate representation of color #829148: hue angle of 72.33º degrees, saturation: 0.34, 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 #829148 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 72 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.43 |
| HSL | 72.33º | 0.34% | 0.43% | - |
| HSV(B) | 72.33º | 0.5% | 0.57% | - |
| XYZ | 20.5 | 25.46 | 9.97 | - |
| YUV | 132.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 72 | 0.10 | 0 | 0.50 | 0.43 | 72.33 | 0.34 | 0.43 |
| Hex | 82 | 91 | 48 | A | 0 | 32 | 2B | 48 | 22 | 2B |
| Octal | 202 | 221 | 110 | 12 | 0 | 62 | 53 | 110 | 42 | 53 |
| Binary | 10000010 | 10010001 | 1001000 | 1010 | 0 | 110010 | 101011 | 1001000 | 100010 | 101011 |
Color Harmonies of #829148
Complementary color
Monochromatic Colors of #829148
Black with #829148
Text Example
Text Example
White with #829148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829148; }
p { color: rgb(130,145,72); }
H1.HeaderClassName
{
color: #829148;
}
.AnyTagClassName
{
color: #829148;
}
</style>
background-color css
<style>
a { background-color: #829148; }
a { background-color: rgb(130,145,72); }
div.DivClassName
{
background-color: #829148;
}
.BgClassName
{
background-color: #829148;
}
</style>
border-color css
<style>
span { border-color: #829148; }
span { border-color: rgb(130,145,72); }
td.TdClassName
{
border-color: #829148;
}
.TagClassName
{
border-color: #829148;
}
</style>