Shades of Wasabi #80923C
Tints of Wasabi #80923C
RGB
CMYK
RGB Variations
Color information
#80923C (or 0x80923C) is known color: Wasabi. HEX triplet: 80, 92 and 3C. RGB value is (128,146,60). Sum of RGB (Red+Green+Blue) = 128+146+60=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #80923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80923C is #7F6DC3. Grayscale: #838383. Windows color (decimal): -8351172 or 3969664. OLE color: 3969664.
HSL color Cylindrical-coordinate representation of color #80923C: hue angle of 72.56º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80923C is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 60 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.43 |
| HSL | 72.56º | 0.42% | 0.4% | - |
| HSV(B) | 72.56º | 0.59% | 0.57% | - |
| XYZ | 20 | 25.47 | 8.14 | - |
| YUV | 130.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 60 | 0.12 | 0 | 0.59 | 0.43 | 72.56 | 0.42 | 0.4 |
| Hex | 80 | 92 | 3C | C | 0 | 3B | 2B | 49 | 2A | 28 |
| Octal | 200 | 222 | 74 | 14 | 0 | 73 | 53 | 111 | 52 | 50 |
| Binary | 10000000 | 10010010 | 111100 | 1100 | 0 | 111011 | 101011 | 1001001 | 101010 | 101000 |
Color Harmonies of #80923C
Complementary color
Monochromatic Colors of #80923C
Black with #80923C
Text Example
Text Example
White with #80923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80923C; }
p { color: rgb(128,146,60); }
H1.HeaderClassName
{
color: #80923C;
}
.AnyTagClassName
{
color: #80923C;
}
</style>
background-color css
<style>
a { background-color: #80923C; }
a { background-color: rgb(128,146,60); }
div.DivClassName
{
background-color: #80923C;
}
.BgClassName
{
background-color: #80923C;
}
</style>
border-color css
<style>
span { border-color: #80923C; }
span { border-color: rgb(128,146,60); }
td.TdClassName
{
border-color: #80923C;
}
.TagClassName
{
border-color: #80923C;
}
</style>