Shades of Wasabi #80952D
Tints of Wasabi #80952D
RGB
CMYK
RGB Variations
Color information
#80952D (or 0x80952D) is known color: Wasabi. HEX triplet: 80, 95 and 2D. RGB value is (128,149,45). Sum of RGB (Red+Green+Blue) = 128+149+45=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #80952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80952D is #7F6AD2. Grayscale: #838383. Windows color (decimal): -8350419 or 2987392. OLE color: 2987392.
HSL color Cylindrical-coordinate representation of color #80952D: hue angle of 72.12º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80952D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 45 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.42 |
| HSL | 72.12º | 0.54% | 0.38% | - |
| HSV(B) | 72.12º | 0.7% | 0.58% | - |
| XYZ | 20.12 | 26.27 | 6.49 | - |
| YUV | 130.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 45 | 0.14 | 0 | 0.70 | 0.42 | 72.12 | 0.54 | 0.38 |
| Hex | 80 | 95 | 2D | E | 0 | 46 | 2A | 48 | 36 | 26 |
| Octal | 200 | 225 | 55 | 16 | 0 | 106 | 52 | 110 | 66 | 46 |
| Binary | 10000000 | 10010101 | 101101 | 1110 | 0 | 1000110 | 101010 | 1001000 | 110110 | 100110 |
Color Harmonies of #80952D
Complementary color
Monochromatic Colors of #80952D
Black with #80952D
Text Example
Text Example
White with #80952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80952D; }
p { color: rgb(128,149,45); }
H1.HeaderClassName
{
color: #80952D;
}
.AnyTagClassName
{
color: #80952D;
}
</style>
background-color css
<style>
a { background-color: #80952D; }
a { background-color: rgb(128,149,45); }
div.DivClassName
{
background-color: #80952D;
}
.BgClassName
{
background-color: #80952D;
}
</style>
border-color css
<style>
span { border-color: #80952D; }
span { border-color: rgb(128,149,45); }
td.TdClassName
{
border-color: #80952D;
}
.TagClassName
{
border-color: #80952D;
}
</style>