Shades of Wasabi #82962C
Tints of Wasabi #82962C
RGB
CMYK
RGB Variations
Color information
#82962C (or 0x82962C) is known color: Wasabi. HEX triplet: 82, 96 and 2C. RGB value is (130,150,44). Sum of RGB (Red+Green+Blue) = 130+150+44=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #82962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82962C is #7D69D3. Grayscale: #848484. Windows color (decimal): -8219092 or 2922114. OLE color: 2922114.
HSL color Cylindrical-coordinate representation of color #82962C: hue angle of 71.32º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82962C is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 44 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.41 |
| HSL | 71.32º | 0.55% | 0.38% | - |
| HSV(B) | 71.32º | 0.71% | 0.59% | - |
| XYZ | 20.57 | 26.74 | 6.46 | - |
| YUV | 131.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 44 | 0.13 | 0 | 0.71 | 0.41 | 71.32 | 0.55 | 0.38 |
| Hex | 82 | 96 | 2C | D | 0 | 47 | 29 | 47 | 37 | 26 |
| Octal | 202 | 226 | 54 | 15 | 0 | 107 | 51 | 107 | 67 | 46 |
| Binary | 10000010 | 10010110 | 101100 | 1101 | 0 | 1000111 | 101001 | 1000111 | 110111 | 100110 |
Color Harmonies of #82962C
Complementary color
Monochromatic Colors of #82962C
Black with #82962C
Text Example
Text Example
White with #82962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82962C; }
p { color: rgb(130,150,44); }
H1.HeaderClassName
{
color: #82962C;
}
.AnyTagClassName
{
color: #82962C;
}
</style>
background-color css
<style>
a { background-color: #82962C; }
a { background-color: rgb(130,150,44); }
div.DivClassName
{
background-color: #82962C;
}
.BgClassName
{
background-color: #82962C;
}
</style>
border-color css
<style>
span { border-color: #82962C; }
span { border-color: rgb(130,150,44); }
td.TdClassName
{
border-color: #82962C;
}
.TagClassName
{
border-color: #82962C;
}
</style>