Shades of Wasabi #828D51
Tints of Wasabi #828D51
RGB
CMYK
RGB Variations
Color information
#828D51 (or 0x828D51) is known color: Wasabi. HEX triplet: 82, 8D and 51. RGB value is (130,141,81). Sum of RGB (Red+Green+Blue) = 130+141+81=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #828D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D51 is #7D72AE. Grayscale: #838383. Windows color (decimal): -8221359 or 5344642. OLE color: 5344642.
HSL color Cylindrical-coordinate representation of color #828D51: hue angle of 71º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #828D51 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 81 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.45 |
| HSL | 71º | 0.27% | 0.44% | - |
| HSV(B) | 71º | 0.43% | 0.55% | - |
| XYZ | 20.22 | 24.39 | 11.43 | - |
| YUV | 130.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 81 | 0.08 | 0 | 0.43 | 0.45 | 71 | 0.27 | 0.44 |
| Hex | 82 | 8D | 51 | 8 | 0 | 2B | 2D | 47 | 1B | 2C |
| Octal | 202 | 215 | 121 | 10 | 0 | 53 | 55 | 107 | 33 | 54 |
| Binary | 10000010 | 10001101 | 1010001 | 1000 | 0 | 101011 | 101101 | 1000111 | 11011 | 101100 |
Color Harmonies of #828D51
Complementary color
Monochromatic Colors of #828D51
Black with #828D51
Text Example
Text Example
White with #828D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D51; }
p { color: rgb(130,141,81); }
H1.HeaderClassName
{
color: #828D51;
}
.AnyTagClassName
{
color: #828D51;
}
</style>
background-color css
<style>
a { background-color: #828D51; }
a { background-color: rgb(130,141,81); }
div.DivClassName
{
background-color: #828D51;
}
.BgClassName
{
background-color: #828D51;
}
</style>
border-color css
<style>
span { border-color: #828D51; }
span { border-color: rgb(130,141,81); }
td.TdClassName
{
border-color: #828D51;
}
.TagClassName
{
border-color: #828D51;
}
</style>