Shades of Wasabi #809243
Tints of Wasabi #809243
RGB
CMYK
RGB Variations
Color information
#809243 (or 0x809243) is known color: Wasabi. HEX triplet: 80, 92 and 43. RGB value is (128,146,67). Sum of RGB (Red+Green+Blue) = 128+146+67=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #809243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809243 is #7F6DBC. Grayscale: #838383. Windows color (decimal): -8351165 or 4428416. OLE color: 4428416.
HSL color Cylindrical-coordinate representation of color #809243: hue angle of 73.67º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #809243 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 67 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.43 |
| HSL | 73.67º | 0.37% | 0.42% | - |
| HSV(B) | 73.67º | 0.54% | 0.57% | - |
| XYZ | 20.19 | 25.55 | 9.18 | - |
| YUV | 131.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 67 | 0.12 | 0 | 0.54 | 0.43 | 73.67 | 0.37 | 0.42 |
| Hex | 80 | 92 | 43 | C | 0 | 36 | 2B | 4A | 25 | 2A |
| Octal | 200 | 222 | 103 | 14 | 0 | 66 | 53 | 112 | 45 | 52 |
| Binary | 10000000 | 10010010 | 1000011 | 1100 | 0 | 110110 | 101011 | 1001010 | 100101 | 101010 |
Color Harmonies of #809243
Complementary color
Monochromatic Colors of #809243
Black with #809243
Text Example
Text Example
White with #809243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809243; }
p { color: rgb(128,146,67); }
H1.HeaderClassName
{
color: #809243;
}
.AnyTagClassName
{
color: #809243;
}
</style>
background-color css
<style>
a { background-color: #809243; }
a { background-color: rgb(128,146,67); }
div.DivClassName
{
background-color: #809243;
}
.BgClassName
{
background-color: #809243;
}
</style>
border-color css
<style>
span { border-color: #809243; }
span { border-color: rgb(128,146,67); }
td.TdClassName
{
border-color: #809243;
}
.TagClassName
{
border-color: #809243;
}
</style>