Shades of Wasabi #858B33
Tints of Wasabi #858B33
RGB
CMYK
RGB Variations
Color information
#858B33 (or 0x858B33) is known color: Wasabi. HEX triplet: 85, 8B and 33. RGB value is (133,139,51). Sum of RGB (Red+Green+Blue) = 133+139+51=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #858B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B33 is #7A74CC. Grayscale: #7F7F7F. Windows color (decimal): -8025293 or 3378053. OLE color: 3378053.
HSL color Cylindrical-coordinate representation of color #858B33: hue angle of 64.09º 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 #858B33 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 51 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.45 |
| HSL | 64.09º | 0.46% | 0.37% | - |
| HSV(B) | 64.09º | 0.63% | 0.55% | - |
| XYZ | 19.5 | 23.69 | 6.68 | - |
| YUV | 127.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 51 | 0.04 | 0 | 0.63 | 0.45 | 64.09 | 0.46 | 0.37 |
| Hex | 85 | 8B | 33 | 4 | 0 | 3F | 2D | 40 | 2E | 25 |
| Octal | 205 | 213 | 63 | 4 | 0 | 77 | 55 | 100 | 56 | 45 |
| Binary | 10000101 | 10001011 | 110011 | 100 | 0 | 111111 | 101101 | 1000000 | 101110 | 100101 |
Color Harmonies of #858B33
Complementary color
Monochromatic Colors of #858B33
Black with #858B33
Text Example
Text Example
White with #858B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B33; }
p { color: rgb(133,139,51); }
H1.HeaderClassName
{
color: #858B33;
}
.AnyTagClassName
{
color: #858B33;
}
</style>
background-color css
<style>
a { background-color: #858B33; }
a { background-color: rgb(133,139,51); }
div.DivClassName
{
background-color: #858B33;
}
.BgClassName
{
background-color: #858B33;
}
</style>
border-color css
<style>
span { border-color: #858B33; }
span { border-color: rgb(133,139,51); }
td.TdClassName
{
border-color: #858B33;
}
.TagClassName
{
border-color: #858B33;
}
</style>