Shades of Wasabi #82973D
Tints of Wasabi #82973D
RGB
CMYK
RGB Variations
Color information
#82973D (or 0x82973D) is known color: Wasabi. HEX triplet: 82, 97 and 3D. RGB value is (130,151,61). Sum of RGB (Red+Green+Blue) = 130+151+61=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #82973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82973D is #7D68C2. Grayscale: #868686. Windows color (decimal): -8218819 or 4036482. OLE color: 4036482.
HSL color Cylindrical-coordinate representation of color #82973D: hue angle of 74º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82973D is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 61 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.41 |
| HSL | 74º | 0.42% | 0.42% | - |
| HSV(B) | 74º | 0.6% | 0.59% | - |
| XYZ | 21.11 | 27.22 | 8.56 | - |
| YUV | 134.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 61 | 0.14 | 0 | 0.60 | 0.41 | 74 | 0.42 | 0.42 |
| Hex | 82 | 97 | 3D | E | 0 | 3C | 29 | 4A | 2A | 2A |
| Octal | 202 | 227 | 75 | 16 | 0 | 74 | 51 | 112 | 52 | 52 |
| Binary | 10000010 | 10010111 | 111101 | 1110 | 0 | 111100 | 101001 | 1001010 | 101010 | 101010 |
Color Harmonies of #82973D
Complementary color
Monochromatic Colors of #82973D
Black with #82973D
Text Example
Text Example
White with #82973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82973D; }
p { color: rgb(130,151,61); }
H1.HeaderClassName
{
color: #82973D;
}
.AnyTagClassName
{
color: #82973D;
}
</style>
background-color css
<style>
a { background-color: #82973D; }
a { background-color: rgb(130,151,61); }
div.DivClassName
{
background-color: #82973D;
}
.BgClassName
{
background-color: #82973D;
}
</style>
border-color css
<style>
span { border-color: #82973D; }
span { border-color: rgb(130,151,61); }
td.TdClassName
{
border-color: #82973D;
}
.TagClassName
{
border-color: #82973D;
}
</style>