Shades of Wasabi #808C49
Tints of Wasabi #808C49
RGB
CMYK
RGB Variations
Color information
#808C49 (or 0x808C49) is known color: Wasabi. HEX triplet: 80, 8C and 49. RGB value is (128,140,73). Sum of RGB (Red+Green+Blue) = 128+140+73=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #808C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808C49 is #7F73B6. Grayscale: #818181. Windows color (decimal): -8352695 or 4820096. OLE color: 4820096.
HSL color Cylindrical-coordinate representation of color #808C49: hue angle of 70.75º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808C49 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 73 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.45 |
| HSL | 70.75º | 0.31% | 0.42% | - |
| HSV(B) | 70.75º | 0.48% | 0.55% | - |
| XYZ | 19.48 | 23.83 | 9.88 | - |
| YUV | 128.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 73 | 0.09 | 0 | 0.48 | 0.45 | 70.75 | 0.31 | 0.42 |
| Hex | 80 | 8C | 49 | 9 | 0 | 30 | 2D | 47 | 1F | 2A |
| Octal | 200 | 214 | 111 | 11 | 0 | 60 | 55 | 107 | 37 | 52 |
| Binary | 10000000 | 10001100 | 1001001 | 1001 | 0 | 110000 | 101101 | 1000111 | 11111 | 101010 |
Color Harmonies of #808C49
Complementary color
Monochromatic Colors of #808C49
Black with #808C49
Text Example
Text Example
White with #808C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C49; }
p { color: rgb(128,140,73); }
H1.HeaderClassName
{
color: #808C49;
}
.AnyTagClassName
{
color: #808C49;
}
</style>
background-color css
<style>
a { background-color: #808C49; }
a { background-color: rgb(128,140,73); }
div.DivClassName
{
background-color: #808C49;
}
.BgClassName
{
background-color: #808C49;
}
</style>
border-color css
<style>
span { border-color: #808C49; }
span { border-color: rgb(128,140,73); }
td.TdClassName
{
border-color: #808C49;
}
.TagClassName
{
border-color: #808C49;
}
</style>