Shades of Wasabi #859935
Tints of Wasabi #859935
RGB
CMYK
RGB Variations
Color information
#859935 (or 0x859935) is known color: Wasabi. HEX triplet: 85, 99 and 35. RGB value is (133,153,53). Sum of RGB (Red+Green+Blue) = 133+153+53=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #859935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859935 is #7A66CA. Grayscale: #888888. Windows color (decimal): -8021707 or 3512709. OLE color: 3512709.
HSL color Cylindrical-coordinate representation of color #859935: hue angle of 72º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #859935 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 53 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.4 |
| HSL | 72º | 0.49% | 0.4% | - |
| HSV(B) | 72º | 0.65% | 0.6% | - |
| XYZ | 21.71 | 28.03 | 7.63 | - |
| YUV | 135.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 53 | 0.13 | 0 | 0.65 | 0.4 | 72 | 0.49 | 0.4 |
| Hex | 85 | 99 | 35 | D | 0 | 41 | 28 | 48 | 31 | 28 |
| Octal | 205 | 231 | 65 | 15 | 0 | 101 | 50 | 110 | 61 | 50 |
| Binary | 10000101 | 10011001 | 110101 | 1101 | 0 | 1000001 | 101000 | 1001000 | 110001 | 101000 |
Color Harmonies of #859935
Complementary color
Monochromatic Colors of #859935
Black with #859935
Text Example
Text Example
White with #859935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859935; }
p { color: rgb(133,153,53); }
H1.HeaderClassName
{
color: #859935;
}
.AnyTagClassName
{
color: #859935;
}
</style>
background-color css
<style>
a { background-color: #859935; }
a { background-color: rgb(133,153,53); }
div.DivClassName
{
background-color: #859935;
}
.BgClassName
{
background-color: #859935;
}
</style>
border-color css
<style>
span { border-color: #859935; }
span { border-color: rgb(133,153,53); }
td.TdClassName
{
border-color: #859935;
}
.TagClassName
{
border-color: #859935;
}
</style>