Shades of Wasabi #859846
Tints of Wasabi #859846
RGB
CMYK
RGB Variations
Color information
#859846 (or 0x859846) is known color: Wasabi. HEX triplet: 85, 98 and 46. RGB value is (133,152,70). Sum of RGB (Red+Green+Blue) = 133+152+70=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #859846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859846 is #7A67B9. Grayscale: #898989. Windows color (decimal): -8021946 or 4626565. OLE color: 4626565.
HSL color Cylindrical-coordinate representation of color #859846: hue angle of 73.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #859846 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 70 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.40 |
| HSL | 73.9º | 0.37% | 0.44% | - |
| HSV(B) | 73.9º | 0.54% | 0.6% | - |
| XYZ | 22.01 | 27.89 | 10.02 | - |
| YUV | 136.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 70 | 0.13 | 0 | 0.54 | 0.40 | 73.9 | 0.37 | 0.44 |
| Hex | 85 | 98 | 46 | D | 0 | 36 | 28 | 4A | 25 | 2C |
| Octal | 205 | 230 | 106 | 15 | 0 | 66 | 50 | 112 | 45 | 54 |
| Binary | 10000101 | 10011000 | 1000110 | 1101 | 0 | 110110 | 101000 | 1001010 | 100101 | 101100 |
Color Harmonies of #859846
Complementary color
Monochromatic Colors of #859846
Black with #859846
Text Example
Text Example
White with #859846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859846; }
p { color: rgb(133,152,70); }
H1.HeaderClassName
{
color: #859846;
}
.AnyTagClassName
{
color: #859846;
}
</style>
background-color css
<style>
a { background-color: #859846; }
a { background-color: rgb(133,152,70); }
div.DivClassName
{
background-color: #859846;
}
.BgClassName
{
background-color: #859846;
}
</style>
border-color css
<style>
span { border-color: #859846; }
span { border-color: rgb(133,152,70); }
td.TdClassName
{
border-color: #859846;
}
.TagClassName
{
border-color: #859846;
}
</style>