Shades of Wasabi #828F50
Tints of Wasabi #828F50
RGB
CMYK
RGB Variations
Color information
#828F50 (or 0x828F50) is known color: Wasabi. HEX triplet: 82, 8F and 50. RGB value is (130,143,80). Sum of RGB (Red+Green+Blue) = 130+143+80=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #828F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F50 is #7D70AF. Grayscale: #848484. Windows color (decimal): -8220848 or 5279618. OLE color: 5279618.
HSL color Cylindrical-coordinate representation of color #828F50: hue angle of 72.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828F50 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 80 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.44 |
| HSL | 72.38º | 0.28% | 0.44% | - |
| HSV(B) | 72.38º | 0.44% | 0.56% | - |
| XYZ | 20.48 | 24.97 | 11.33 | - |
| YUV | 131.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 80 | 0.09 | 0 | 0.44 | 0.44 | 72.38 | 0.28 | 0.44 |
| Hex | 82 | 8F | 50 | 9 | 0 | 2C | 2C | 48 | 1C | 2C |
| Octal | 202 | 217 | 120 | 11 | 0 | 54 | 54 | 110 | 34 | 54 |
| Binary | 10000010 | 10001111 | 1010000 | 1001 | 0 | 101100 | 101100 | 1001000 | 11100 | 101100 |
Color Harmonies of #828F50
Complementary color
Monochromatic Colors of #828F50
Black with #828F50
Text Example
Text Example
White with #828F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F50; }
p { color: rgb(130,143,80); }
H1.HeaderClassName
{
color: #828F50;
}
.AnyTagClassName
{
color: #828F50;
}
</style>
background-color css
<style>
a { background-color: #828F50; }
a { background-color: rgb(130,143,80); }
div.DivClassName
{
background-color: #828F50;
}
.BgClassName
{
background-color: #828F50;
}
</style>
border-color css
<style>
span { border-color: #828F50; }
span { border-color: rgb(130,143,80); }
td.TdClassName
{
border-color: #828F50;
}
.TagClassName
{
border-color: #828F50;
}
</style>