Shades of Wasabi #858C36
Tints of Wasabi #858C36
RGB
CMYK
RGB Variations
Color information
#858C36 (or 0x858C36) is known color: Wasabi. HEX triplet: 85, 8C and 36. RGB value is (133,140,54). Sum of RGB (Red+Green+Blue) = 133+140+54=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #858C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C36 is #7A73C9. Grayscale: #808080. Windows color (decimal): -8025034 or 3574917. OLE color: 3574917.
HSL color Cylindrical-coordinate representation of color #858C36: hue angle of 64.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #858C36 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 54 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.45 |
| HSL | 64.88º | 0.44% | 0.38% | - |
| HSV(B) | 64.88º | 0.61% | 0.55% | - |
| XYZ | 19.72 | 24.01 | 7.09 | - |
| YUV | 128.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 54 | 0.05 | 0 | 0.61 | 0.45 | 64.88 | 0.44 | 0.38 |
| Hex | 85 | 8C | 36 | 5 | 0 | 3D | 2D | 41 | 2C | 26 |
| Octal | 205 | 214 | 66 | 5 | 0 | 75 | 55 | 101 | 54 | 46 |
| Binary | 10000101 | 10001100 | 110110 | 101 | 0 | 111101 | 101101 | 1000001 | 101100 | 100110 |
Color Harmonies of #858C36
Complementary color
Monochromatic Colors of #858C36
Black with #858C36
Text Example
Text Example
White with #858C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C36; }
p { color: rgb(133,140,54); }
H1.HeaderClassName
{
color: #858C36;
}
.AnyTagClassName
{
color: #858C36;
}
</style>
background-color css
<style>
a { background-color: #858C36; }
a { background-color: rgb(133,140,54); }
div.DivClassName
{
background-color: #858C36;
}
.BgClassName
{
background-color: #858C36;
}
</style>
border-color css
<style>
span { border-color: #858C36; }
span { border-color: rgb(133,140,54); }
td.TdClassName
{
border-color: #858C36;
}
.TagClassName
{
border-color: #858C36;
}
</style>