Shades of Wasabi #859C39
Tints of Wasabi #859C39
RGB
CMYK
RGB Variations
Color information
#859C39 (or 0x859C39) is known color: Wasabi. HEX triplet: 85, 9C and 39. RGB value is (133,156,57). Sum of RGB (Red+Green+Blue) = 133+156+57=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #859C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C39 is #7A63C6. Grayscale: #8A8A8A. Windows color (decimal): -8020935 or 3775621. OLE color: 3775621.
HSL color Cylindrical-coordinate representation of color #859C39: hue angle of 73.94º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #859C39 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 57 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.39 |
| HSL | 73.94º | 0.46% | 0.42% | - |
| HSV(B) | 73.94º | 0.63% | 0.61% | - |
| XYZ | 22.3 | 29.06 | 8.3 | - |
| YUV | 137.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 57 | 0.15 | 0 | 0.63 | 0.39 | 73.94 | 0.46 | 0.42 |
| Hex | 85 | 9C | 39 | F | 0 | 3F | 27 | 4A | 2E | 2A |
| Octal | 205 | 234 | 71 | 17 | 0 | 77 | 47 | 112 | 56 | 52 |
| Binary | 10000101 | 10011100 | 111001 | 1111 | 0 | 111111 | 100111 | 1001010 | 101110 | 101010 |
Color Harmonies of #859C39
Complementary color
Monochromatic Colors of #859C39
Black with #859C39
Text Example
Text Example
White with #859C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C39; }
p { color: rgb(133,156,57); }
H1.HeaderClassName
{
color: #859C39;
}
.AnyTagClassName
{
color: #859C39;
}
</style>
background-color css
<style>
a { background-color: #859C39; }
a { background-color: rgb(133,156,57); }
div.DivClassName
{
background-color: #859C39;
}
.BgClassName
{
background-color: #859C39;
}
</style>
border-color css
<style>
span { border-color: #859C39; }
span { border-color: rgb(133,156,57); }
td.TdClassName
{
border-color: #859C39;
}
.TagClassName
{
border-color: #859C39;
}
</style>