Shades of Wasabi #858B34
Tints of Wasabi #858B34
RGB
CMYK
RGB Variations
Color information
#858B34 (or 0x858B34) is known color: Wasabi. HEX triplet: 85, 8B and 34. RGB value is (133,139,52). Sum of RGB (Red+Green+Blue) = 133+139+52=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #858B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B34 is #7A74CB. Grayscale: #7F7F7F. Windows color (decimal): -8025292 or 3443589. OLE color: 3443589.
HSL color Cylindrical-coordinate representation of color #858B34: hue angle of 64.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #858B34 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 52 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.45 |
| HSL | 64.14º | 0.46% | 0.37% | - |
| HSV(B) | 64.14º | 0.63% | 0.55% | - |
| XYZ | 19.53 | 23.7 | 6.79 | - |
| YUV | 127.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 52 | 0.04 | 0 | 0.63 | 0.45 | 64.14 | 0.46 | 0.37 |
| Hex | 85 | 8B | 34 | 4 | 0 | 3F | 2D | 40 | 2E | 25 |
| Octal | 205 | 213 | 64 | 4 | 0 | 77 | 55 | 100 | 56 | 45 |
| Binary | 10000101 | 10001011 | 110100 | 100 | 0 | 111111 | 101101 | 1000000 | 101110 | 100101 |
Color Harmonies of #858B34
Complementary color
Monochromatic Colors of #858B34
Black with #858B34
Text Example
Text Example
White with #858B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B34; }
p { color: rgb(133,139,52); }
H1.HeaderClassName
{
color: #858B34;
}
.AnyTagClassName
{
color: #858B34;
}
</style>
background-color css
<style>
a { background-color: #858B34; }
a { background-color: rgb(133,139,52); }
div.DivClassName
{
background-color: #858B34;
}
.BgClassName
{
background-color: #858B34;
}
</style>
border-color css
<style>
span { border-color: #858B34; }
span { border-color: rgb(133,139,52); }
td.TdClassName
{
border-color: #858B34;
}
.TagClassName
{
border-color: #858B34;
}
</style>