Shades of Wasabi #809239
Tints of Wasabi #809239
RGB
CMYK
RGB Variations
Color information
#809239 (or 0x809239) is known color: Wasabi. HEX triplet: 80, 92 and 39. RGB value is (128,146,57). Sum of RGB (Red+Green+Blue) = 128+146+57=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #809239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809239 is #7F6DC6. Grayscale: #828282. Windows color (decimal): -8351175 or 3773056. OLE color: 3773056.
HSL color Cylindrical-coordinate representation of color #809239: hue angle of 72.13º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #809239 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 57 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.43 |
| HSL | 72.13º | 0.44% | 0.4% | - |
| HSV(B) | 72.13º | 0.61% | 0.57% | - |
| XYZ | 19.92 | 25.44 | 7.73 | - |
| YUV | 130.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 57 | 0.12 | 0 | 0.61 | 0.43 | 72.13 | 0.44 | 0.4 |
| Hex | 80 | 92 | 39 | C | 0 | 3D | 2B | 48 | 2C | 28 |
| Octal | 200 | 222 | 71 | 14 | 0 | 75 | 53 | 110 | 54 | 50 |
| Binary | 10000000 | 10010010 | 111001 | 1100 | 0 | 111101 | 101011 | 1001000 | 101100 | 101000 |
Color Harmonies of #809239
Complementary color
Monochromatic Colors of #809239
Black with #809239
Text Example
Text Example
White with #809239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809239; }
p { color: rgb(128,146,57); }
H1.HeaderClassName
{
color: #809239;
}
.AnyTagClassName
{
color: #809239;
}
</style>
background-color css
<style>
a { background-color: #809239; }
a { background-color: rgb(128,146,57); }
div.DivClassName
{
background-color: #809239;
}
.BgClassName
{
background-color: #809239;
}
</style>
border-color css
<style>
span { border-color: #809239; }
span { border-color: rgb(128,146,57); }
td.TdClassName
{
border-color: #809239;
}
.TagClassName
{
border-color: #809239;
}
</style>