Shades of Wasabi #859334
Tints of Wasabi #859334
RGB
CMYK
RGB Variations
Color information
#859334 (or 0x859334) is known color: Wasabi. HEX triplet: 85, 93 and 34. RGB value is (133,147,52). Sum of RGB (Red+Green+Blue) = 133+147+52=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #859334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859334 is #7A6CCB. Grayscale: #848484. Windows color (decimal): -8023244 or 3445637. OLE color: 3445637.
HSL color Cylindrical-coordinate representation of color #859334: hue angle of 68.84º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #859334 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 52 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.42 |
| HSL | 68.84º | 0.48% | 0.39% | - |
| HSV(B) | 68.84º | 0.65% | 0.58% | - |
| XYZ | 20.73 | 26.1 | 7.19 | - |
| YUV | 131.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 52 | 0.10 | 0 | 0.65 | 0.42 | 68.84 | 0.48 | 0.39 |
| Hex | 85 | 93 | 34 | A | 0 | 41 | 2A | 45 | 30 | 27 |
| Octal | 205 | 223 | 64 | 12 | 0 | 101 | 52 | 105 | 60 | 47 |
| Binary | 10000101 | 10010011 | 110100 | 1010 | 0 | 1000001 | 101010 | 1000101 | 110000 | 100111 |
Color Harmonies of #859334
Complementary color
Monochromatic Colors of #859334
Black with #859334
Text Example
Text Example
White with #859334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859334; }
p { color: rgb(133,147,52); }
H1.HeaderClassName
{
color: #859334;
}
.AnyTagClassName
{
color: #859334;
}
</style>
background-color css
<style>
a { background-color: #859334; }
a { background-color: rgb(133,147,52); }
div.DivClassName
{
background-color: #859334;
}
.BgClassName
{
background-color: #859334;
}
</style>
border-color css
<style>
span { border-color: #859334; }
span { border-color: rgb(133,147,52); }
td.TdClassName
{
border-color: #859334;
}
.TagClassName
{
border-color: #859334;
}
</style>