Shades of Wasabi #80923B
Tints of Wasabi #80923B
RGB
CMYK
RGB Variations
Color information
#80923B (or 0x80923B) is known color: Wasabi. HEX triplet: 80, 92 and 3B. RGB value is (128,146,59). Sum of RGB (Red+Green+Blue) = 128+146+59=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #80923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80923B is #7F6DC4. Grayscale: #838383. Windows color (decimal): -8351173 or 3904128. OLE color: 3904128.
HSL color Cylindrical-coordinate representation of color #80923B: hue angle of 72.41º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80923B is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 59 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.43 |
| HSL | 72.41º | 0.42% | 0.4% | - |
| HSV(B) | 72.41º | 0.6% | 0.57% | - |
| XYZ | 19.97 | 25.46 | 8 | - |
| YUV | 130.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 59 | 0.12 | 0 | 0.60 | 0.43 | 72.41 | 0.42 | 0.4 |
| Hex | 80 | 92 | 3B | C | 0 | 3C | 2B | 48 | 2A | 28 |
| Octal | 200 | 222 | 73 | 14 | 0 | 74 | 53 | 110 | 52 | 50 |
| Binary | 10000000 | 10010010 | 111011 | 1100 | 0 | 111100 | 101011 | 1001000 | 101010 | 101000 |
Color Harmonies of #80923B
Complementary color
Monochromatic Colors of #80923B
Black with #80923B
Text Example
Text Example
White with #80923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80923B; }
p { color: rgb(128,146,59); }
H1.HeaderClassName
{
color: #80923B;
}
.AnyTagClassName
{
color: #80923B;
}
</style>
background-color css
<style>
a { background-color: #80923B; }
a { background-color: rgb(128,146,59); }
div.DivClassName
{
background-color: #80923B;
}
.BgClassName
{
background-color: #80923B;
}
</style>
border-color css
<style>
span { border-color: #80923B; }
span { border-color: rgb(128,146,59); }
td.TdClassName
{
border-color: #80923B;
}
.TagClassName
{
border-color: #80923B;
}
</style>