Shades of Wasabi #80962E
Tints of Wasabi #80962E
RGB
CMYK
RGB Variations
Color information
#80962E (or 0x80962E) is known color: Wasabi. HEX triplet: 80, 96 and 2E. RGB value is (128,150,46). Sum of RGB (Red+Green+Blue) = 128+150+46=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #80962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80962E is #7F69D1. Grayscale: #838383. Windows color (decimal): -8350162 or 3053184. OLE color: 3053184.
HSL color Cylindrical-coordinate representation of color #80962E: hue angle of 72.69º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80962E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 46 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.41 |
| HSL | 72.69º | 0.53% | 0.38% | - |
| HSV(B) | 72.69º | 0.69% | 0.59% | - |
| XYZ | 20.3 | 26.6 | 6.65 | - |
| YUV | 131.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 46 | 0.15 | 0 | 0.69 | 0.41 | 72.69 | 0.53 | 0.38 |
| Hex | 80 | 96 | 2E | F | 0 | 45 | 29 | 49 | 35 | 26 |
| Octal | 200 | 226 | 56 | 17 | 0 | 105 | 51 | 111 | 65 | 46 |
| Binary | 10000000 | 10010110 | 101110 | 1111 | 0 | 1000101 | 101001 | 1001001 | 110101 | 100110 |
Color Harmonies of #80962E
Complementary color
Monochromatic Colors of #80962E
Black with #80962E
Text Example
Text Example
White with #80962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80962E; }
p { color: rgb(128,150,46); }
H1.HeaderClassName
{
color: #80962E;
}
.AnyTagClassName
{
color: #80962E;
}
</style>
background-color css
<style>
a { background-color: #80962E; }
a { background-color: rgb(128,150,46); }
div.DivClassName
{
background-color: #80962E;
}
.BgClassName
{
background-color: #80962E;
}
</style>
border-color css
<style>
span { border-color: #80962E; }
span { border-color: rgb(128,150,46); }
td.TdClassName
{
border-color: #80962E;
}
.TagClassName
{
border-color: #80962E;
}
</style>