Shades of Wasabi #859551
Tints of Wasabi #859551
RGB
CMYK
RGB Variations
Color information
#859551 (or 0x859551) is known color: Wasabi. HEX triplet: 85, 95 and 51. RGB value is (133,149,81). Sum of RGB (Red+Green+Blue) = 133+149+81=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #859551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859551 is #7A6AAE. Grayscale: #888888. Windows color (decimal): -8022703 or 5346693. OLE color: 5346693.
HSL color Cylindrical-coordinate representation of color #859551: hue angle of 74.12º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859551 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 81 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.42 |
| HSL | 74.12º | 0.3% | 0.45% | - |
| HSV(B) | 74.12º | 0.46% | 0.58% | - |
| XYZ | 21.91 | 27.08 | 11.86 | - |
| YUV | 136.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 81 | 0.11 | 0 | 0.46 | 0.42 | 74.12 | 0.3 | 0.45 |
| Hex | 85 | 95 | 51 | B | 0 | 2E | 2A | 4A | 1E | 2D |
| Octal | 205 | 225 | 121 | 13 | 0 | 56 | 52 | 112 | 36 | 55 |
| Binary | 10000101 | 10010101 | 1010001 | 1011 | 0 | 101110 | 101010 | 1001010 | 11110 | 101101 |
Color Harmonies of #859551
Complementary color
Monochromatic Colors of #859551
Black with #859551
Text Example
Text Example
White with #859551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859551; }
p { color: rgb(133,149,81); }
H1.HeaderClassName
{
color: #859551;
}
.AnyTagClassName
{
color: #859551;
}
</style>
background-color css
<style>
a { background-color: #859551; }
a { background-color: rgb(133,149,81); }
div.DivClassName
{
background-color: #859551;
}
.BgClassName
{
background-color: #859551;
}
</style>
border-color css
<style>
span { border-color: #859551; }
span { border-color: rgb(133,149,81); }
td.TdClassName
{
border-color: #859551;
}
.TagClassName
{
border-color: #859551;
}
</style>