Shades of Wasabi #809533
Tints of Wasabi #809533
RGB
CMYK
RGB Variations
Color information
#809533 (or 0x809533) is known color: Wasabi. HEX triplet: 80, 95 and 33. RGB value is (128,149,51). Sum of RGB (Red+Green+Blue) = 128+149+51=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #809533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809533 is #7F6ACC. Grayscale: #838383. Windows color (decimal): -8350413 or 3380608. OLE color: 3380608.
HSL color Cylindrical-coordinate representation of color #809533: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #809533 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 51 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.42 |
| HSL | 72.86º | 0.49% | 0.39% | - |
| HSV(B) | 72.86º | 0.66% | 0.58% | - |
| XYZ | 20.25 | 26.32 | 7.15 | - |
| YUV | 131.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 51 | 0.14 | 0 | 0.66 | 0.42 | 72.86 | 0.49 | 0.39 |
| Hex | 80 | 95 | 33 | E | 0 | 42 | 2A | 49 | 31 | 27 |
| Octal | 200 | 225 | 63 | 16 | 0 | 102 | 52 | 111 | 61 | 47 |
| Binary | 10000000 | 10010101 | 110011 | 1110 | 0 | 1000010 | 101010 | 1001001 | 110001 | 100111 |
Color Harmonies of #809533
Complementary color
Monochromatic Colors of #809533
Black with #809533
Text Example
Text Example
White with #809533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809533; }
p { color: rgb(128,149,51); }
H1.HeaderClassName
{
color: #809533;
}
.AnyTagClassName
{
color: #809533;
}
</style>
background-color css
<style>
a { background-color: #809533; }
a { background-color: rgb(128,149,51); }
div.DivClassName
{
background-color: #809533;
}
.BgClassName
{
background-color: #809533;
}
</style>
border-color css
<style>
span { border-color: #809533; }
span { border-color: rgb(128,149,51); }
td.TdClassName
{
border-color: #809533;
}
.TagClassName
{
border-color: #809533;
}
</style>