Shades of Wasabi #858E2C
Tints of Wasabi #858E2C
RGB
CMYK
RGB Variations
Color information
#858E2C (or 0x858E2C) is known color: Wasabi. HEX triplet: 85, 8E and 2C. RGB value is (133,142,44). Sum of RGB (Red+Green+Blue) = 133+142+44=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #858E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E2C is #7A71D3. Grayscale: #808080. Windows color (decimal): -8024532 or 2920069. OLE color: 2920069.
HSL color Cylindrical-coordinate representation of color #858E2C: hue angle of 65.51º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858E2C is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 44 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.44 |
| HSL | 65.51º | 0.53% | 0.36% | - |
| HSV(B) | 65.51º | 0.69% | 0.56% | - |
| XYZ | 19.8 | 24.51 | 6.07 | - |
| YUV | 128.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 44 | 0.06 | 0 | 0.69 | 0.44 | 65.51 | 0.53 | 0.36 |
| Hex | 85 | 8E | 2C | 6 | 0 | 45 | 2C | 42 | 35 | 24 |
| Octal | 205 | 216 | 54 | 6 | 0 | 105 | 54 | 102 | 65 | 44 |
| Binary | 10000101 | 10001110 | 101100 | 110 | 0 | 1000101 | 101100 | 1000010 | 110101 | 100100 |
Color Harmonies of #858E2C
Complementary color
Monochromatic Colors of #858E2C
Black with #858E2C
Text Example
Text Example
White with #858E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E2C; }
p { color: rgb(133,142,44); }
H1.HeaderClassName
{
color: #858E2C;
}
.AnyTagClassName
{
color: #858E2C;
}
</style>
background-color css
<style>
a { background-color: #858E2C; }
a { background-color: rgb(133,142,44); }
div.DivClassName
{
background-color: #858E2C;
}
.BgClassName
{
background-color: #858E2C;
}
</style>
border-color css
<style>
span { border-color: #858E2C; }
span { border-color: rgb(133,142,44); }
td.TdClassName
{
border-color: #858E2C;
}
.TagClassName
{
border-color: #858E2C;
}
</style>