Shades of Wasabi #858D32
Tints of Wasabi #858D32
RGB
CMYK
RGB Variations
Color information
#858D32 (or 0x858D32) is known color: Wasabi. HEX triplet: 85, 8D and 32. RGB value is (133,141,50). Sum of RGB (Red+Green+Blue) = 133+141+50=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #858D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D32 is #7A72CD. Grayscale: #808080. Windows color (decimal): -8024782 or 3313029. OLE color: 3313029.
HSL color Cylindrical-coordinate representation of color #858D32: hue angle of 65.27º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #858D32 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 50 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.45 |
| HSL | 65.27º | 0.48% | 0.37% | - |
| HSV(B) | 65.27º | 0.65% | 0.55% | - |
| XYZ | 19.77 | 24.27 | 6.66 | - |
| YUV | 128.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 50 | 0.06 | 0 | 0.65 | 0.45 | 65.27 | 0.48 | 0.37 |
| Hex | 85 | 8D | 32 | 6 | 0 | 41 | 2D | 41 | 30 | 25 |
| Octal | 205 | 215 | 62 | 6 | 0 | 101 | 55 | 101 | 60 | 45 |
| Binary | 10000101 | 10001101 | 110010 | 110 | 0 | 1000001 | 101101 | 1000001 | 110000 | 100101 |
Color Harmonies of #858D32
Complementary color
Monochromatic Colors of #858D32
Black with #858D32
Text Example
Text Example
White with #858D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D32; }
p { color: rgb(133,141,50); }
H1.HeaderClassName
{
color: #858D32;
}
.AnyTagClassName
{
color: #858D32;
}
</style>
background-color css
<style>
a { background-color: #858D32; }
a { background-color: rgb(133,141,50); }
div.DivClassName
{
background-color: #858D32;
}
.BgClassName
{
background-color: #858D32;
}
</style>
border-color css
<style>
span { border-color: #858D32; }
span { border-color: rgb(133,141,50); }
td.TdClassName
{
border-color: #858D32;
}
.TagClassName
{
border-color: #858D32;
}
</style>