Shades of Wasabi #858A37
Tints of Wasabi #858A37
RGB
CMYK
RGB Variations
Color information
#858A37 (or 0x858A37) is known color: Wasabi. HEX triplet: 85, 8A and 37. RGB value is (133,138,55). Sum of RGB (Red+Green+Blue) = 133+138+55=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #858A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A37 is #7A75C8. Grayscale: #7F7F7F. Windows color (decimal): -8025545 or 3639941. OLE color: 3639941.
HSL color Cylindrical-coordinate representation of color #858A37: hue angle of 63.61º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858A37 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 55 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.46 |
| HSL | 63.61º | 0.43% | 0.38% | - |
| HSV(B) | 63.61º | 0.6% | 0.54% | - |
| XYZ | 19.45 | 23.44 | 7.11 | - |
| YUV | 127.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 55 | 0.04 | 0 | 0.60 | 0.46 | 63.61 | 0.43 | 0.38 |
| Hex | 85 | 8A | 37 | 4 | 0 | 3C | 2E | 40 | 2B | 26 |
| Octal | 205 | 212 | 67 | 4 | 0 | 74 | 56 | 100 | 53 | 46 |
| Binary | 10000101 | 10001010 | 110111 | 100 | 0 | 111100 | 101110 | 1000000 | 101011 | 100110 |
Color Harmonies of #858A37
Complementary color
Monochromatic Colors of #858A37
Black with #858A37
Text Example
Text Example
White with #858A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A37; }
p { color: rgb(133,138,55); }
H1.HeaderClassName
{
color: #858A37;
}
.AnyTagClassName
{
color: #858A37;
}
</style>
background-color css
<style>
a { background-color: #858A37; }
a { background-color: rgb(133,138,55); }
div.DivClassName
{
background-color: #858A37;
}
.BgClassName
{
background-color: #858A37;
}
</style>
border-color css
<style>
span { border-color: #858A37; }
span { border-color: rgb(133,138,55); }
td.TdClassName
{
border-color: #858A37;
}
.TagClassName
{
border-color: #858A37;
}
</style>