Shades of Wasabi #858B36
Tints of Wasabi #858B36
RGB
CMYK
RGB Variations
Color information
#858B36 (or 0x858B36) is known color: Wasabi. HEX triplet: 85, 8B and 36. RGB value is (133,139,54). Sum of RGB (Red+Green+Blue) = 133+139+54=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #858B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B36 is #7A74C9. Grayscale: #7F7F7F. Windows color (decimal): -8025290 or 3574661. OLE color: 3574661.
HSL color Cylindrical-coordinate representation of color #858B36: hue angle of 64.24º 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 #858B36 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 54 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.45 |
| HSL | 64.24º | 0.44% | 0.38% | - |
| HSV(B) | 64.24º | 0.61% | 0.55% | - |
| XYZ | 19.57 | 23.72 | 7.04 | - |
| YUV | 127.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 54 | 0.04 | 0 | 0.61 | 0.45 | 64.24 | 0.44 | 0.38 |
| Hex | 85 | 8B | 36 | 4 | 0 | 3D | 2D | 40 | 2C | 26 |
| Octal | 205 | 213 | 66 | 4 | 0 | 75 | 55 | 100 | 54 | 46 |
| Binary | 10000101 | 10001011 | 110110 | 100 | 0 | 111101 | 101101 | 1000000 | 101100 | 100110 |
Color Harmonies of #858B36
Complementary color
Monochromatic Colors of #858B36
Black with #858B36
Text Example
Text Example
White with #858B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B36; }
p { color: rgb(133,139,54); }
H1.HeaderClassName
{
color: #858B36;
}
.AnyTagClassName
{
color: #858B36;
}
</style>
background-color css
<style>
a { background-color: #858B36; }
a { background-color: rgb(133,139,54); }
div.DivClassName
{
background-color: #858B36;
}
.BgClassName
{
background-color: #858B36;
}
</style>
border-color css
<style>
span { border-color: #858B36; }
span { border-color: rgb(133,139,54); }
td.TdClassName
{
border-color: #858B36;
}
.TagClassName
{
border-color: #858B36;
}
</style>