Shades of Wasabi #859153
Tints of Wasabi #859153
RGB
CMYK
RGB Variations
Color information
#859153 (or 0x859153) is known color: Wasabi. HEX triplet: 85, 91 and 53. RGB value is (133,145,83). Sum of RGB (Red+Green+Blue) = 133+145+83=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #859153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859153 is #7A6EAC. Grayscale: #868686. Windows color (decimal): -8023725 or 5476741. OLE color: 5476741.
HSL color Cylindrical-coordinate representation of color #859153: hue angle of 71.61º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859153 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 83 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.43 |
| HSL | 71.61º | 0.27% | 0.45% | - |
| HSV(B) | 71.61º | 0.43% | 0.57% | - |
| XYZ | 21.36 | 25.86 | 12.05 | - |
| YUV | 134.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 83 | 0.08 | 0 | 0.43 | 0.43 | 71.61 | 0.27 | 0.45 |
| Hex | 85 | 91 | 53 | 8 | 0 | 2B | 2B | 48 | 1B | 2D |
| Octal | 205 | 221 | 123 | 10 | 0 | 53 | 53 | 110 | 33 | 55 |
| Binary | 10000101 | 10010001 | 1010011 | 1000 | 0 | 101011 | 101011 | 1001000 | 11011 | 101101 |
Color Harmonies of #859153
Complementary color
Monochromatic Colors of #859153
Black with #859153
Text Example
Text Example
White with #859153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859153; }
p { color: rgb(133,145,83); }
H1.HeaderClassName
{
color: #859153;
}
.AnyTagClassName
{
color: #859153;
}
</style>
background-color css
<style>
a { background-color: #859153; }
a { background-color: rgb(133,145,83); }
div.DivClassName
{
background-color: #859153;
}
.BgClassName
{
background-color: #859153;
}
</style>
border-color css
<style>
span { border-color: #859153; }
span { border-color: rgb(133,145,83); }
td.TdClassName
{
border-color: #859153;
}
.TagClassName
{
border-color: #859153;
}
</style>