Shades of Wasabi #858C39
Tints of Wasabi #858C39
RGB
CMYK
RGB Variations
Color information
#858C39 (or 0x858C39) is known color: Wasabi. HEX triplet: 85, 8C and 39. RGB value is (133,140,57). Sum of RGB (Red+Green+Blue) = 133+140+57=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #858C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C39 is #7A73C6. Grayscale: #808080. Windows color (decimal): -8025031 or 3771525. OLE color: 3771525.
HSL color Cylindrical-coordinate representation of color #858C39: hue angle of 65.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #858C39 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 57 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.45 |
| HSL | 65.06º | 0.42% | 0.39% | - |
| HSV(B) | 65.06º | 0.59% | 0.55% | - |
| XYZ | 19.79 | 24.04 | 7.47 | - |
| YUV | 128.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 57 | 0.05 | 0 | 0.59 | 0.45 | 65.06 | 0.42 | 0.39 |
| Hex | 85 | 8C | 39 | 5 | 0 | 3B | 2D | 41 | 2A | 27 |
| Octal | 205 | 214 | 71 | 5 | 0 | 73 | 55 | 101 | 52 | 47 |
| Binary | 10000101 | 10001100 | 111001 | 101 | 0 | 111011 | 101101 | 1000001 | 101010 | 100111 |
Color Harmonies of #858C39
Complementary color
Monochromatic Colors of #858C39
Black with #858C39
Text Example
Text Example
White with #858C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C39; }
p { color: rgb(133,140,57); }
H1.HeaderClassName
{
color: #858C39;
}
.AnyTagClassName
{
color: #858C39;
}
</style>
background-color css
<style>
a { background-color: #858C39; }
a { background-color: rgb(133,140,57); }
div.DivClassName
{
background-color: #858C39;
}
.BgClassName
{
background-color: #858C39;
}
</style>
border-color css
<style>
span { border-color: #858C39; }
span { border-color: rgb(133,140,57); }
td.TdClassName
{
border-color: #858C39;
}
.TagClassName
{
border-color: #858C39;
}
</style>