Shades of Wasabi #808246
Tints of Wasabi #808246
RGB
CMYK
RGB Variations
Color information
#808246 (or 0x808246) is known color: Wasabi. HEX triplet: 80, 82 and 46. RGB value is (128,130,70). Sum of RGB (Red+Green+Blue) = 128+130+70=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #808246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808246 is #7F7DB9. Grayscale: #7A7A7A. Windows color (decimal): -8355258 or 4620928. OLE color: 4620928.
HSL color Cylindrical-coordinate representation of color #808246: hue angle of 62º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808246 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 70 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.49 |
| HSL | 62º | 0.3% | 0.39% | - |
| HSV(B) | 62º | 0.46% | 0.51% | - |
| XYZ | 17.99 | 21 | 8.9 | - |
| YUV | 122.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 70 | 0.02 | 0 | 0.46 | 0.49 | 62 | 0.3 | 0.39 |
| Hex | 80 | 82 | 46 | 2 | 0 | 2E | 31 | 3E | 1E | 27 |
| Octal | 200 | 202 | 106 | 2 | 0 | 56 | 61 | 76 | 36 | 47 |
| Binary | 10000000 | 10000010 | 1000110 | 10 | 0 | 101110 | 110001 | 111110 | 11110 | 100111 |
Color Harmonies of #808246
Complementary color
Monochromatic Colors of #808246
Black with #808246
Text Example
Text Example
White with #808246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808246; }
p { color: rgb(128,130,70); }
H1.HeaderClassName
{
color: #808246;
}
.AnyTagClassName
{
color: #808246;
}
</style>
background-color css
<style>
a { background-color: #808246; }
a { background-color: rgb(128,130,70); }
div.DivClassName
{
background-color: #808246;
}
.BgClassName
{
background-color: #808246;
}
</style>
border-color css
<style>
span { border-color: #808246; }
span { border-color: rgb(128,130,70); }
td.TdClassName
{
border-color: #808246;
}
.TagClassName
{
border-color: #808246;
}
</style>