Shades of Wasabi #829350
Tints of Wasabi #829350
RGB
CMYK
RGB Variations
Color information
#829350 (or 0x829350) is known color: Wasabi. HEX triplet: 82, 93 and 50. RGB value is (130,147,80). Sum of RGB (Red+Green+Blue) = 130+147+80=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #829350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829350 is #7D6CAF. Grayscale: #868686. Windows color (decimal): -8219824 or 5280642. OLE color: 5280642.
HSL color Cylindrical-coordinate representation of color #829350: hue angle of 75.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829350 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 80 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.42 |
| HSL | 75.22º | 0.3% | 0.45% | - |
| HSV(B) | 75.22º | 0.46% | 0.58% | - |
| XYZ | 21.09 | 26.19 | 11.53 | - |
| YUV | 134.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 80 | 0.12 | 0 | 0.46 | 0.42 | 75.22 | 0.3 | 0.45 |
| Hex | 82 | 93 | 50 | C | 0 | 2E | 2A | 4B | 1E | 2D |
| Octal | 202 | 223 | 120 | 14 | 0 | 56 | 52 | 113 | 36 | 55 |
| Binary | 10000010 | 10010011 | 1010000 | 1100 | 0 | 101110 | 101010 | 1001011 | 11110 | 101101 |
Color Harmonies of #829350
Complementary color
Monochromatic Colors of #829350
Black with #829350
Text Example
Text Example
White with #829350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829350; }
p { color: rgb(130,147,80); }
H1.HeaderClassName
{
color: #829350;
}
.AnyTagClassName
{
color: #829350;
}
</style>
background-color css
<style>
a { background-color: #829350; }
a { background-color: rgb(130,147,80); }
div.DivClassName
{
background-color: #829350;
}
.BgClassName
{
background-color: #829350;
}
</style>
border-color css
<style>
span { border-color: #829350; }
span { border-color: rgb(130,147,80); }
td.TdClassName
{
border-color: #829350;
}
.TagClassName
{
border-color: #829350;
}
</style>