Shades of Wasabi #858932
Tints of Wasabi #858932
RGB
CMYK
RGB Variations
Color information
#858932 (or 0x858932) is known color: Wasabi. HEX triplet: 85, 89 and 32. RGB value is (133,137,50). Sum of RGB (Red+Green+Blue) = 133+137+50=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #858932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858932 is #7A76CD. Grayscale: #7E7E7E. Windows color (decimal): -8025806 or 3312005. OLE color: 3312005.
HSL color Cylindrical-coordinate representation of color #858932: hue angle of 62.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #858932 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 50 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.46 |
| HSL | 62.76º | 0.47% | 0.37% | - |
| HSV(B) | 62.76º | 0.64% | 0.54% | - |
| XYZ | 19.19 | 23.11 | 6.47 | - |
| YUV | 125.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 50 | 0.03 | 0 | 0.64 | 0.46 | 62.76 | 0.47 | 0.37 |
| Hex | 85 | 89 | 32 | 3 | 0 | 40 | 2E | 3F | 2F | 25 |
| Octal | 205 | 211 | 62 | 3 | 0 | 100 | 56 | 77 | 57 | 45 |
| Binary | 10000101 | 10001001 | 110010 | 11 | 0 | 1000000 | 101110 | 111111 | 101111 | 100101 |
Color Harmonies of #858932
Complementary color
Monochromatic Colors of #858932
Black with #858932
Text Example
Text Example
White with #858932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858932; }
p { color: rgb(133,137,50); }
H1.HeaderClassName
{
color: #858932;
}
.AnyTagClassName
{
color: #858932;
}
</style>
background-color css
<style>
a { background-color: #858932; }
a { background-color: rgb(133,137,50); }
div.DivClassName
{
background-color: #858932;
}
.BgClassName
{
background-color: #858932;
}
</style>
border-color css
<style>
span { border-color: #858932; }
span { border-color: rgb(133,137,50); }
td.TdClassName
{
border-color: #858932;
}
.TagClassName
{
border-color: #858932;
}
</style>