Shades of Wasabi #858D38
Tints of Wasabi #858D38
RGB
CMYK
RGB Variations
Color information
#858D38 (or 0x858D38) is known color: Wasabi. HEX triplet: 85, 8D and 38. RGB value is (133,141,56). Sum of RGB (Red+Green+Blue) = 133+141+56=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #858D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D38 is #7A72C7. Grayscale: #818181. Windows color (decimal): -8024776 or 3706245. OLE color: 3706245.
HSL color Cylindrical-coordinate representation of color #858D38: hue angle of 65.65º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858D38 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 56 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.45 |
| HSL | 65.65º | 0.43% | 0.39% | - |
| HSV(B) | 65.65º | 0.6% | 0.55% | - |
| XYZ | 19.91 | 24.32 | 7.39 | - |
| YUV | 128.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 56 | 0.06 | 0 | 0.60 | 0.45 | 65.65 | 0.43 | 0.39 |
| Hex | 85 | 8D | 38 | 6 | 0 | 3C | 2D | 42 | 2B | 27 |
| Octal | 205 | 215 | 70 | 6 | 0 | 74 | 55 | 102 | 53 | 47 |
| Binary | 10000101 | 10001101 | 111000 | 110 | 0 | 111100 | 101101 | 1000010 | 101011 | 100111 |
Color Harmonies of #858D38
Complementary color
Monochromatic Colors of #858D38
Black with #858D38
Text Example
Text Example
White with #858D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D38; }
p { color: rgb(133,141,56); }
H1.HeaderClassName
{
color: #858D38;
}
.AnyTagClassName
{
color: #858D38;
}
</style>
background-color css
<style>
a { background-color: #858D38; }
a { background-color: rgb(133,141,56); }
div.DivClassName
{
background-color: #858D38;
}
.BgClassName
{
background-color: #858D38;
}
</style>
border-color css
<style>
span { border-color: #858D38; }
span { border-color: rgb(133,141,56); }
td.TdClassName
{
border-color: #858D38;
}
.TagClassName
{
border-color: #858D38;
}
</style>