Shades of Wasabi #808938
Tints of Wasabi #808938
RGB
CMYK
RGB Variations
Color information
#808938 (or 0x808938) is known color: Wasabi. HEX triplet: 80, 89 and 38. RGB value is (128,137,56). Sum of RGB (Red+Green+Blue) = 128+137+56=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #808938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808938 is #7F76C7. Grayscale: #7D7D7D. Windows color (decimal): -8353480 or 3705216. OLE color: 3705216.
HSL color Cylindrical-coordinate representation of color #808938: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808938 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 56 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.46 |
| HSL | 66.67º | 0.42% | 0.38% | - |
| HSV(B) | 66.67º | 0.59% | 0.54% | - |
| XYZ | 18.56 | 22.77 | 7.16 | - |
| YUV | 125.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 56 | 0.07 | 0 | 0.59 | 0.46 | 66.67 | 0.42 | 0.38 |
| Hex | 80 | 89 | 38 | 7 | 0 | 3B | 2E | 43 | 2A | 26 |
| Octal | 200 | 211 | 70 | 7 | 0 | 73 | 56 | 103 | 52 | 46 |
| Binary | 10000000 | 10001001 | 111000 | 111 | 0 | 111011 | 101110 | 1000011 | 101010 | 100110 |
Color Harmonies of #808938
Complementary color
Monochromatic Colors of #808938
Black with #808938
Text Example
Text Example
White with #808938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808938; }
p { color: rgb(128,137,56); }
H1.HeaderClassName
{
color: #808938;
}
.AnyTagClassName
{
color: #808938;
}
</style>
background-color css
<style>
a { background-color: #808938; }
a { background-color: rgb(128,137,56); }
div.DivClassName
{
background-color: #808938;
}
.BgClassName
{
background-color: #808938;
}
</style>
border-color css
<style>
span { border-color: #808938; }
span { border-color: rgb(128,137,56); }
td.TdClassName
{
border-color: #808938;
}
.TagClassName
{
border-color: #808938;
}
</style>