Shades of Wasabi #80952A
Tints of Wasabi #80952A
RGB
CMYK
RGB Variations
Color information
#80952A (or 0x80952A) is known color: Wasabi. HEX triplet: 80, 95 and 2A. RGB value is (128,149,42). Sum of RGB (Red+Green+Blue) = 128+149+42=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #80952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80952A is #7F6AD5. Grayscale: #828282. Windows color (decimal): -8350422 or 2790784. OLE color: 2790784.
HSL color Cylindrical-coordinate representation of color #80952A: hue angle of 71.78º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80952A is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 42 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.42 |
| HSL | 71.78º | 0.56% | 0.37% | - |
| HSV(B) | 71.78º | 0.72% | 0.58% | - |
| XYZ | 20.07 | 26.25 | 6.2 | - |
| YUV | 130.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 42 | 0.14 | 0 | 0.72 | 0.42 | 71.78 | 0.56 | 0.37 |
| Hex | 80 | 95 | 2A | E | 0 | 48 | 2A | 48 | 38 | 25 |
| Octal | 200 | 225 | 52 | 16 | 0 | 110 | 52 | 110 | 70 | 45 |
| Binary | 10000000 | 10010101 | 101010 | 1110 | 0 | 1001000 | 101010 | 1001000 | 111000 | 100101 |
Color Harmonies of #80952A
Complementary color
Monochromatic Colors of #80952A
Black with #80952A
Text Example
Text Example
White with #80952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80952A; }
p { color: rgb(128,149,42); }
H1.HeaderClassName
{
color: #80952A;
}
.AnyTagClassName
{
color: #80952A;
}
</style>
background-color css
<style>
a { background-color: #80952A; }
a { background-color: rgb(128,149,42); }
div.DivClassName
{
background-color: #80952A;
}
.BgClassName
{
background-color: #80952A;
}
</style>
border-color css
<style>
span { border-color: #80952A; }
span { border-color: rgb(128,149,42); }
td.TdClassName
{
border-color: #80952A;
}
.TagClassName
{
border-color: #80952A;
}
</style>