Shades of Wasabi #809431
Tints of Wasabi #809431
RGB
CMYK
RGB Variations
Color information
#809431 (or 0x809431) is known color: Wasabi. HEX triplet: 80, 94 and 31. RGB value is (128,148,49). Sum of RGB (Red+Green+Blue) = 128+148+49=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #809431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809431 is #7F6BCE. Grayscale: #838383. Windows color (decimal): -8350671 or 3249280. OLE color: 3249280.
HSL color Cylindrical-coordinate representation of color #809431: hue angle of 72.12º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #809431 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 49 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.42 |
| HSL | 72.12º | 0.5% | 0.39% | - |
| HSV(B) | 72.12º | 0.67% | 0.58% | - |
| XYZ | 20.05 | 25.99 | 6.87 | - |
| YUV | 130.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 49 | 0.14 | 0 | 0.67 | 0.42 | 72.12 | 0.5 | 0.39 |
| Hex | 80 | 94 | 31 | E | 0 | 43 | 2A | 48 | 32 | 27 |
| Octal | 200 | 224 | 61 | 16 | 0 | 103 | 52 | 110 | 62 | 47 |
| Binary | 10000000 | 10010100 | 110001 | 1110 | 0 | 1000011 | 101010 | 1001000 | 110010 | 100111 |
Color Harmonies of #809431
Complementary color
Monochromatic Colors of #809431
Black with #809431
Text Example
Text Example
White with #809431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809431; }
p { color: rgb(128,148,49); }
H1.HeaderClassName
{
color: #809431;
}
.AnyTagClassName
{
color: #809431;
}
</style>
background-color css
<style>
a { background-color: #809431; }
a { background-color: rgb(128,148,49); }
div.DivClassName
{
background-color: #809431;
}
.BgClassName
{
background-color: #809431;
}
</style>
border-color css
<style>
span { border-color: #809431; }
span { border-color: rgb(128,148,49); }
td.TdClassName
{
border-color: #809431;
}
.TagClassName
{
border-color: #809431;
}
</style>