Shades of Wasabi #829251
Tints of Wasabi #829251
RGB
CMYK
RGB Variations
Color information
#829251 (or 0x829251) is known color: Wasabi. HEX triplet: 82, 92 and 51. RGB value is (130,146,81). Sum of RGB (Red+Green+Blue) = 130+146+81=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #829251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829251 is #7D6DAE. Grayscale: #868686. Windows color (decimal): -8220079 or 5345922. OLE color: 5345922.
HSL color Cylindrical-coordinate representation of color #829251: hue angle of 74.77º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829251 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 81 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.43 |
| HSL | 74.77º | 0.29% | 0.45% | - |
| HSV(B) | 74.77º | 0.45% | 0.57% | - |
| XYZ | 20.97 | 25.9 | 11.68 | - |
| YUV | 133.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 81 | 0.11 | 0 | 0.45 | 0.43 | 74.77 | 0.29 | 0.45 |
| Hex | 82 | 92 | 51 | B | 0 | 2D | 2B | 4B | 1D | 2D |
| Octal | 202 | 222 | 121 | 13 | 0 | 55 | 53 | 113 | 35 | 55 |
| Binary | 10000010 | 10010010 | 1010001 | 1011 | 0 | 101101 | 101011 | 1001011 | 11101 | 101101 |
Color Harmonies of #829251
Complementary color
Monochromatic Colors of #829251
Black with #829251
Text Example
Text Example
White with #829251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829251; }
p { color: rgb(130,146,81); }
H1.HeaderClassName
{
color: #829251;
}
.AnyTagClassName
{
color: #829251;
}
</style>
background-color css
<style>
a { background-color: #829251; }
a { background-color: rgb(130,146,81); }
div.DivClassName
{
background-color: #829251;
}
.BgClassName
{
background-color: #829251;
}
</style>
border-color css
<style>
span { border-color: #829251; }
span { border-color: rgb(130,146,81); }
td.TdClassName
{
border-color: #829251;
}
.TagClassName
{
border-color: #829251;
}
</style>