Shades of Wasabi #858D51
Tints of Wasabi #858D51
RGB
CMYK
RGB Variations
Color information
#858D51 (or 0x858D51) is known color: Wasabi. HEX triplet: 85, 8D and 51. RGB value is (133,141,81). Sum of RGB (Red+Green+Blue) = 133+141+81=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #858D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D51 is #7A72AE. Grayscale: #848484. Windows color (decimal): -8024751 or 5344645. OLE color: 5344645.
HSL color Cylindrical-coordinate representation of color #858D51: hue angle of 68º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858D51 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 81 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.45 |
| HSL | 68º | 0.27% | 0.44% | - |
| HSV(B) | 68º | 0.43% | 0.55% | - |
| XYZ | 20.68 | 24.63 | 11.45 | - |
| YUV | 131.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 81 | 0.06 | 0 | 0.43 | 0.45 | 68 | 0.27 | 0.44 |
| Hex | 85 | 8D | 51 | 6 | 0 | 2B | 2D | 44 | 1B | 2C |
| Octal | 205 | 215 | 121 | 6 | 0 | 53 | 55 | 104 | 33 | 54 |
| Binary | 10000101 | 10001101 | 1010001 | 110 | 0 | 101011 | 101101 | 1000100 | 11011 | 101100 |
Color Harmonies of #858D51
Complementary color
Monochromatic Colors of #858D51
Black with #858D51
Text Example
Text Example
White with #858D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D51; }
p { color: rgb(133,141,81); }
H1.HeaderClassName
{
color: #858D51;
}
.AnyTagClassName
{
color: #858D51;
}
</style>
background-color css
<style>
a { background-color: #858D51; }
a { background-color: rgb(133,141,81); }
div.DivClassName
{
background-color: #858D51;
}
.BgClassName
{
background-color: #858D51;
}
</style>
border-color css
<style>
span { border-color: #858D51; }
span { border-color: rgb(133,141,81); }
td.TdClassName
{
border-color: #858D51;
}
.TagClassName
{
border-color: #858D51;
}
</style>