Shades of Wasabi #82904D
Tints of Wasabi #82904D
RGB
CMYK
RGB Variations
Color information
#82904D (or 0x82904D) is known color: Wasabi. HEX triplet: 82, 90 and 4D. RGB value is (130,144,77). Sum of RGB (Red+Green+Blue) = 130+144+77=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #82904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82904D is #7D6FB2. Grayscale: #848484. Windows color (decimal): -8220595 or 5083266. OLE color: 5083266.
HSL color Cylindrical-coordinate representation of color #82904D: hue angle of 72.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82904D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 77 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.44 |
| HSL | 72.54º | 0.3% | 0.43% | - |
| HSV(B) | 72.54º | 0.47% | 0.56% | - |
| XYZ | 20.52 | 25.23 | 10.81 | - |
| YUV | 132.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 77 | 0.10 | 0 | 0.47 | 0.44 | 72.54 | 0.3 | 0.43 |
| Hex | 82 | 90 | 4D | A | 0 | 2F | 2C | 49 | 1E | 2B |
| Octal | 202 | 220 | 115 | 12 | 0 | 57 | 54 | 111 | 36 | 53 |
| Binary | 10000010 | 10010000 | 1001101 | 1010 | 0 | 101111 | 101100 | 1001001 | 11110 | 101011 |
Color Harmonies of #82904D
Complementary color
Monochromatic Colors of #82904D
Black with #82904D
Text Example
Text Example
White with #82904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82904D; }
p { color: rgb(130,144,77); }
H1.HeaderClassName
{
color: #82904D;
}
.AnyTagClassName
{
color: #82904D;
}
</style>
background-color css
<style>
a { background-color: #82904D; }
a { background-color: rgb(130,144,77); }
div.DivClassName
{
background-color: #82904D;
}
.BgClassName
{
background-color: #82904D;
}
</style>
border-color css
<style>
span { border-color: #82904D; }
span { border-color: rgb(130,144,77); }
td.TdClassName
{
border-color: #82904D;
}
.TagClassName
{
border-color: #82904D;
}
</style>