Shades of Wasabi #82973E
Tints of Wasabi #82973E
RGB
CMYK
RGB Variations
Color information
#82973E (or 0x82973E) is known color: Wasabi. HEX triplet: 82, 97 and 3E. RGB value is (130,151,62). Sum of RGB (Red+Green+Blue) = 130+151+62=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #82973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82973E is #7D68C1. Grayscale: #868686. Windows color (decimal): -8218818 or 4102018. OLE color: 4102018.
HSL color Cylindrical-coordinate representation of color #82973E: hue angle of 74.16º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82973E is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 62 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.41 |
| HSL | 74.16º | 0.42% | 0.42% | - |
| HSV(B) | 74.16º | 0.59% | 0.59% | - |
| XYZ | 21.14 | 27.23 | 8.7 | - |
| YUV | 134.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 62 | 0.14 | 0 | 0.59 | 0.41 | 74.16 | 0.42 | 0.42 |
| Hex | 82 | 97 | 3E | E | 0 | 3B | 29 | 4A | 2A | 2A |
| Octal | 202 | 227 | 76 | 16 | 0 | 73 | 51 | 112 | 52 | 52 |
| Binary | 10000010 | 10010111 | 111110 | 1110 | 0 | 111011 | 101001 | 1001010 | 101010 | 101010 |
Color Harmonies of #82973E
Complementary color
Monochromatic Colors of #82973E
Black with #82973E
Text Example
Text Example
White with #82973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82973E; }
p { color: rgb(130,151,62); }
H1.HeaderClassName
{
color: #82973E;
}
.AnyTagClassName
{
color: #82973E;
}
</style>
background-color css
<style>
a { background-color: #82973E; }
a { background-color: rgb(130,151,62); }
div.DivClassName
{
background-color: #82973E;
}
.BgClassName
{
background-color: #82973E;
}
</style>
border-color css
<style>
span { border-color: #82973E; }
span { border-color: rgb(130,151,62); }
td.TdClassName
{
border-color: #82973E;
}
.TagClassName
{
border-color: #82973E;
}
</style>