Shades of Wasabi #858931
Tints of Wasabi #858931
RGB
CMYK
RGB Variations
Color information
#858931 (or 0x858931) is known color: Wasabi. HEX triplet: 85, 89 and 31. RGB value is (133,137,49). Sum of RGB (Red+Green+Blue) = 133+137+49=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #858931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858931 is #7A76CE. Grayscale: #7E7E7E. Windows color (decimal): -8025807 or 3246469. OLE color: 3246469.
HSL color Cylindrical-coordinate representation of color #858931: hue angle of 62.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #858931 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 49 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.46 |
| HSL | 62.73º | 0.47% | 0.36% | - |
| HSV(B) | 62.73º | 0.64% | 0.54% | - |
| XYZ | 19.17 | 23.1 | 6.35 | - |
| YUV | 125.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 49 | 0.03 | 0 | 0.64 | 0.46 | 62.73 | 0.47 | 0.36 |
| Hex | 85 | 89 | 31 | 3 | 0 | 40 | 2E | 3F | 2F | 24 |
| Octal | 205 | 211 | 61 | 3 | 0 | 100 | 56 | 77 | 57 | 44 |
| Binary | 10000101 | 10001001 | 110001 | 11 | 0 | 1000000 | 101110 | 111111 | 101111 | 100100 |
Color Harmonies of #858931
Complementary color
Monochromatic Colors of #858931
Black with #858931
Text Example
Text Example
White with #858931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858931; }
p { color: rgb(133,137,49); }
H1.HeaderClassName
{
color: #858931;
}
.AnyTagClassName
{
color: #858931;
}
</style>
background-color css
<style>
a { background-color: #858931; }
a { background-color: rgb(133,137,49); }
div.DivClassName
{
background-color: #858931;
}
.BgClassName
{
background-color: #858931;
}
</style>
border-color css
<style>
span { border-color: #858931; }
span { border-color: rgb(133,137,49); }
td.TdClassName
{
border-color: #858931;
}
.TagClassName
{
border-color: #858931;
}
</style>