Shades of Wasabi #80983A
Tints of Wasabi #80983A
RGB
CMYK
RGB Variations
Color information
#80983A (or 0x80983A) is known color: Wasabi. HEX triplet: 80, 98 and 3A. RGB value is (128,152,58). Sum of RGB (Red+Green+Blue) = 128+152+58=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #80983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80983A is #7F67C5. Grayscale: #868686. Windows color (decimal): -8349638 or 3840128. OLE color: 3840128.
HSL color Cylindrical-coordinate representation of color #80983A: hue angle of 75.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80983A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 58 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.40 |
| HSL | 75.32º | 0.45% | 0.41% | - |
| HSV(B) | 75.32º | 0.62% | 0.6% | - |
| XYZ | 20.89 | 27.35 | 8.18 | - |
| YUV | 134.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 58 | 0.16 | 0 | 0.62 | 0.40 | 75.32 | 0.45 | 0.41 |
| Hex | 80 | 98 | 3A | 10 | 0 | 3E | 28 | 4B | 2D | 29 |
| Octal | 200 | 230 | 72 | 20 | 0 | 76 | 50 | 113 | 55 | 51 |
| Binary | 10000000 | 10011000 | 111010 | 10000 | 0 | 111110 | 101000 | 1001011 | 101101 | 101001 |
Color Harmonies of #80983A
Complementary color
Monochromatic Colors of #80983A
Black with #80983A
Text Example
Text Example
White with #80983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80983A; }
p { color: rgb(128,152,58); }
H1.HeaderClassName
{
color: #80983A;
}
.AnyTagClassName
{
color: #80983A;
}
</style>
background-color css
<style>
a { background-color: #80983A; }
a { background-color: rgb(128,152,58); }
div.DivClassName
{
background-color: #80983A;
}
.BgClassName
{
background-color: #80983A;
}
</style>
border-color css
<style>
span { border-color: #80983A; }
span { border-color: rgb(128,152,58); }
td.TdClassName
{
border-color: #80983A;
}
.TagClassName
{
border-color: #80983A;
}
</style>