Shades of Wasabi #859B33
Tints of Wasabi #859B33
RGB
CMYK
RGB Variations
Color information
#859B33 (or 0x859B33) is known color: Wasabi. HEX triplet: 85, 9B and 33. RGB value is (133,155,51). Sum of RGB (Red+Green+Blue) = 133+155+51=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #859B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B33 is #7A64CC. Grayscale: #888888. Windows color (decimal): -8021197 or 3382149. OLE color: 3382149.
HSL color Cylindrical-coordinate representation of color #859B33: hue angle of 72.69º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #859B33 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 51 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.39 |
| HSL | 72.69º | 0.5% | 0.4% | - |
| HSV(B) | 72.69º | 0.67% | 0.61% | - |
| XYZ | 21.99 | 28.67 | 7.51 | - |
| YUV | 136.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 51 | 0.14 | 0 | 0.67 | 0.39 | 72.69 | 0.5 | 0.4 |
| Hex | 85 | 9B | 33 | E | 0 | 43 | 27 | 49 | 32 | 28 |
| Octal | 205 | 233 | 63 | 16 | 0 | 103 | 47 | 111 | 62 | 50 |
| Binary | 10000101 | 10011011 | 110011 | 1110 | 0 | 1000011 | 100111 | 1001001 | 110010 | 101000 |
Color Harmonies of #859B33
Complementary color
Monochromatic Colors of #859B33
Black with #859B33
Text Example
Text Example
White with #859B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B33; }
p { color: rgb(133,155,51); }
H1.HeaderClassName
{
color: #859B33;
}
.AnyTagClassName
{
color: #859B33;
}
</style>
background-color css
<style>
a { background-color: #859B33; }
a { background-color: rgb(133,155,51); }
div.DivClassName
{
background-color: #859B33;
}
.BgClassName
{
background-color: #859B33;
}
</style>
border-color css
<style>
span { border-color: #859B33; }
span { border-color: rgb(133,155,51); }
td.TdClassName
{
border-color: #859B33;
}
.TagClassName
{
border-color: #859B33;
}
</style>