Shades of Wasabi #828D40
Tints of Wasabi #828D40
RGB
CMYK
RGB Variations
Color information
#828D40 (or 0x828D40) is known color: Wasabi. HEX triplet: 82, 8D and 40. RGB value is (130,141,64). Sum of RGB (Red+Green+Blue) = 130+141+64=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #828D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D40 is #7D72BF. Grayscale: #818181. Windows color (decimal): -8221376 or 4230530. OLE color: 4230530.
HSL color Cylindrical-coordinate representation of color #828D40: hue angle of 68.57º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #828D40 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 64 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.45 |
| HSL | 68.57º | 0.38% | 0.4% | - |
| HSV(B) | 68.57º | 0.55% | 0.55% | - |
| XYZ | 19.66 | 24.17 | 8.48 | - |
| YUV | 128.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 64 | 0.08 | 0 | 0.55 | 0.45 | 68.57 | 0.38 | 0.4 |
| Hex | 82 | 8D | 40 | 8 | 0 | 37 | 2D | 45 | 26 | 28 |
| Octal | 202 | 215 | 100 | 10 | 0 | 67 | 55 | 105 | 46 | 50 |
| Binary | 10000010 | 10001101 | 1000000 | 1000 | 0 | 110111 | 101101 | 1000101 | 100110 | 101000 |
Color Harmonies of #828D40
Complementary color
Monochromatic Colors of #828D40
Black with #828D40
Text Example
Text Example
White with #828D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D40; }
p { color: rgb(130,141,64); }
H1.HeaderClassName
{
color: #828D40;
}
.AnyTagClassName
{
color: #828D40;
}
</style>
background-color css
<style>
a { background-color: #828D40; }
a { background-color: rgb(130,141,64); }
div.DivClassName
{
background-color: #828D40;
}
.BgClassName
{
background-color: #828D40;
}
</style>
border-color css
<style>
span { border-color: #828D40; }
span { border-color: rgb(130,141,64); }
td.TdClassName
{
border-color: #828D40;
}
.TagClassName
{
border-color: #828D40;
}
</style>