Shades of Wasabi #808438
Tints of Wasabi #808438
RGB
CMYK
RGB Variations
Color information
#808438 (or 0x808438) is known color: Wasabi. HEX triplet: 80, 84 and 38. RGB value is (128,132,56). Sum of RGB (Red+Green+Blue) = 128+132+56=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #808438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808438 is #7F7BC7. Grayscale: #7A7A7A. Windows color (decimal): -8354760 or 3703936. OLE color: 3703936.
HSL color Cylindrical-coordinate representation of color #808438: hue angle of 63.16º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #808438 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 56 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.48 |
| HSL | 63.16º | 0.4% | 0.37% | - |
| HSV(B) | 63.16º | 0.58% | 0.52% | - |
| XYZ | 17.87 | 21.38 | 6.93 | - |
| YUV | 122.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 56 | 0.03 | 0 | 0.58 | 0.48 | 63.16 | 0.4 | 0.37 |
| Hex | 80 | 84 | 38 | 3 | 0 | 3A | 30 | 3F | 28 | 25 |
| Octal | 200 | 204 | 70 | 3 | 0 | 72 | 60 | 77 | 50 | 45 |
| Binary | 10000000 | 10000100 | 111000 | 11 | 0 | 111010 | 110000 | 111111 | 101000 | 100101 |
Color Harmonies of #808438
Complementary color
Monochromatic Colors of #808438
Black with #808438
Text Example
Text Example
White with #808438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808438; }
p { color: rgb(128,132,56); }
H1.HeaderClassName
{
color: #808438;
}
.AnyTagClassName
{
color: #808438;
}
</style>
background-color css
<style>
a { background-color: #808438; }
a { background-color: rgb(128,132,56); }
div.DivClassName
{
background-color: #808438;
}
.BgClassName
{
background-color: #808438;
}
</style>
border-color css
<style>
span { border-color: #808438; }
span { border-color: rgb(128,132,56); }
td.TdClassName
{
border-color: #808438;
}
.TagClassName
{
border-color: #808438;
}
</style>