Shades of Wasabi #828941
Tints of Wasabi #828941
RGB
CMYK
RGB Variations
Color information
#828941 (or 0x828941) is known color: Wasabi. HEX triplet: 82, 89 and 41. RGB value is (130,137,65). Sum of RGB (Red+Green+Blue) = 130+137+65=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #828941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828941 is #7D76BE. Grayscale: #7E7E7E. Windows color (decimal): -8222399 or 4295042. OLE color: 4295042.
HSL color Cylindrical-coordinate representation of color #828941: hue angle of 65.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #828941 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 65 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.46 |
| HSL | 65.83º | 0.36% | 0.4% | - |
| HSV(B) | 65.83º | 0.53% | 0.54% | - |
| XYZ | 19.11 | 23.02 | 8.44 | - |
| YUV | 126.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 65 | 0.05 | 0 | 0.53 | 0.46 | 65.83 | 0.36 | 0.4 |
| Hex | 82 | 89 | 41 | 5 | 0 | 35 | 2E | 42 | 24 | 28 |
| Octal | 202 | 211 | 101 | 5 | 0 | 65 | 56 | 102 | 44 | 50 |
| Binary | 10000010 | 10001001 | 1000001 | 101 | 0 | 110101 | 101110 | 1000010 | 100100 | 101000 |
Color Harmonies of #828941
Complementary color
Monochromatic Colors of #828941
Black with #828941
Text Example
Text Example
White with #828941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828941; }
p { color: rgb(130,137,65); }
H1.HeaderClassName
{
color: #828941;
}
.AnyTagClassName
{
color: #828941;
}
</style>
background-color css
<style>
a { background-color: #828941; }
a { background-color: rgb(130,137,65); }
div.DivClassName
{
background-color: #828941;
}
.BgClassName
{
background-color: #828941;
}
</style>
border-color css
<style>
span { border-color: #828941; }
span { border-color: rgb(130,137,65); }
td.TdClassName
{
border-color: #828941;
}
.TagClassName
{
border-color: #828941;
}
</style>