Shades of Wasabi #859232
Tints of Wasabi #859232
RGB
CMYK
RGB Variations
Color information
#859232 (or 0x859232) is known color: Wasabi. HEX triplet: 85, 92 and 32. RGB value is (133,146,50). Sum of RGB (Red+Green+Blue) = 133+146+50=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #859232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859232 is #7A6DCD. Grayscale: #838383. Windows color (decimal): -8023502 or 3314309. OLE color: 3314309.
HSL color Cylindrical-coordinate representation of color #859232: hue angle of 68.13º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #859232 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 50 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.43 |
| HSL | 68.13º | 0.49% | 0.38% | - |
| HSV(B) | 68.13º | 0.66% | 0.57% | - |
| XYZ | 20.53 | 25.77 | 6.91 | - |
| YUV | 131.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 50 | 0.09 | 0 | 0.66 | 0.43 | 68.13 | 0.49 | 0.38 |
| Hex | 85 | 92 | 32 | 9 | 0 | 42 | 2B | 44 | 31 | 26 |
| Octal | 205 | 222 | 62 | 11 | 0 | 102 | 53 | 104 | 61 | 46 |
| Binary | 10000101 | 10010010 | 110010 | 1001 | 0 | 1000010 | 101011 | 1000100 | 110001 | 100110 |
Color Harmonies of #859232
Complementary color
Monochromatic Colors of #859232
Black with #859232
Text Example
Text Example
White with #859232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859232; }
p { color: rgb(133,146,50); }
H1.HeaderClassName
{
color: #859232;
}
.AnyTagClassName
{
color: #859232;
}
</style>
background-color css
<style>
a { background-color: #859232; }
a { background-color: rgb(133,146,50); }
div.DivClassName
{
background-color: #859232;
}
.BgClassName
{
background-color: #859232;
}
</style>
border-color css
<style>
span { border-color: #859232; }
span { border-color: rgb(133,146,50); }
td.TdClassName
{
border-color: #859232;
}
.TagClassName
{
border-color: #859232;
}
</style>