Shades of Wasabi #82952E
Tints of Wasabi #82952E
RGB
CMYK
RGB Variations
Color information
#82952E (or 0x82952E) is known color: Wasabi. HEX triplet: 82, 95 and 2E. RGB value is (130,149,46). Sum of RGB (Red+Green+Blue) = 130+149+46=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #82952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82952E is #7D6AD1. Grayscale: #838383. Windows color (decimal): -8219346 or 3052930. OLE color: 3052930.
HSL color Cylindrical-coordinate representation of color #82952E: hue angle of 71.07º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82952E is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 46 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.42 |
| HSL | 71.07º | 0.53% | 0.38% | - |
| HSV(B) | 71.07º | 0.69% | 0.58% | - |
| XYZ | 20.45 | 26.44 | 6.61 | - |
| YUV | 131.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 46 | 0.13 | 0 | 0.69 | 0.42 | 71.07 | 0.53 | 0.38 |
| Hex | 82 | 95 | 2E | D | 0 | 45 | 2A | 47 | 35 | 26 |
| Octal | 202 | 225 | 56 | 15 | 0 | 105 | 52 | 107 | 65 | 46 |
| Binary | 10000010 | 10010101 | 101110 | 1101 | 0 | 1000101 | 101010 | 1000111 | 110101 | 100110 |
Color Harmonies of #82952E
Complementary color
Monochromatic Colors of #82952E
Black with #82952E
Text Example
Text Example
White with #82952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82952E; }
p { color: rgb(130,149,46); }
H1.HeaderClassName
{
color: #82952E;
}
.AnyTagClassName
{
color: #82952E;
}
</style>
background-color css
<style>
a { background-color: #82952E; }
a { background-color: rgb(130,149,46); }
div.DivClassName
{
background-color: #82952E;
}
.BgClassName
{
background-color: #82952E;
}
</style>
border-color css
<style>
span { border-color: #82952E; }
span { border-color: rgb(130,149,46); }
td.TdClassName
{
border-color: #82952E;
}
.TagClassName
{
border-color: #82952E;
}
</style>