Shades of Wasabi #82893A
Tints of Wasabi #82893A
RGB
CMYK
RGB Variations
Color information
#82893A (or 0x82893A) is known color: Wasabi. HEX triplet: 82, 89 and 3A. RGB value is (130,137,58). Sum of RGB (Red+Green+Blue) = 130+137+58=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #82893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82893A is #7D76C5. Grayscale: #7E7E7E. Windows color (decimal): -8222406 or 3836290. OLE color: 3836290.
HSL color Cylindrical-coordinate representation of color #82893A: hue angle of 65.32º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82893A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 58 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.46 |
| HSL | 65.32º | 0.41% | 0.38% | - |
| HSV(B) | 65.32º | 0.58% | 0.54% | - |
| XYZ | 18.92 | 22.94 | 7.43 | - |
| YUV | 125.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 58 | 0.05 | 0 | 0.58 | 0.46 | 65.32 | 0.41 | 0.38 |
| Hex | 82 | 89 | 3A | 5 | 0 | 3A | 2E | 41 | 29 | 26 |
| Octal | 202 | 211 | 72 | 5 | 0 | 72 | 56 | 101 | 51 | 46 |
| Binary | 10000010 | 10001001 | 111010 | 101 | 0 | 111010 | 101110 | 1000001 | 101001 | 100110 |
Color Harmonies of #82893A
Complementary color
Monochromatic Colors of #82893A
Black with #82893A
Text Example
Text Example
White with #82893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82893A; }
p { color: rgb(130,137,58); }
H1.HeaderClassName
{
color: #82893A;
}
.AnyTagClassName
{
color: #82893A;
}
</style>
background-color css
<style>
a { background-color: #82893A; }
a { background-color: rgb(130,137,58); }
div.DivClassName
{
background-color: #82893A;
}
.BgClassName
{
background-color: #82893A;
}
</style>
border-color css
<style>
span { border-color: #82893A; }
span { border-color: rgb(130,137,58); }
td.TdClassName
{
border-color: #82893A;
}
.TagClassName
{
border-color: #82893A;
}
</style>