Shades of Wasabi #868932
Tints of Wasabi #868932
RGB
CMYK
RGB Variations
Color information
#868932 (or 0x868932) is known color: Wasabi. HEX triplet: 86, 89 and 32. RGB value is (134,137,50). Sum of RGB (Red+Green+Blue) = 134+137+50=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #868932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868932 is #7976CD. Grayscale: #7E7E7E. Windows color (decimal): -7960270 or 3312006. OLE color: 3312006.
HSL color Cylindrical-coordinate representation of color #868932: hue angle of 62.07º 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 #868932 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 50 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.46 |
| HSL | 62.07º | 0.47% | 0.37% | - |
| HSV(B) | 62.07º | 0.64% | 0.54% | - |
| XYZ | 19.35 | 23.19 | 6.47 | - |
| YUV | 126.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 50 | 0.02 | 0 | 0.64 | 0.46 | 62.07 | 0.47 | 0.37 |
| Hex | 86 | 89 | 32 | 2 | 0 | 40 | 2E | 3E | 2F | 25 |
| Octal | 206 | 211 | 62 | 2 | 0 | 100 | 56 | 76 | 57 | 45 |
| Binary | 10000110 | 10001001 | 110010 | 10 | 0 | 1000000 | 101110 | 111110 | 101111 | 100101 |
Color Harmonies of #868932
Complementary color
Monochromatic Colors of #868932
Black with #868932
Text Example
Text Example
White with #868932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868932; }
p { color: rgb(134,137,50); }
H1.HeaderClassName
{
color: #868932;
}
.AnyTagClassName
{
color: #868932;
}
</style>
background-color css
<style>
a { background-color: #868932; }
a { background-color: rgb(134,137,50); }
div.DivClassName
{
background-color: #868932;
}
.BgClassName
{
background-color: #868932;
}
</style>
border-color css
<style>
span { border-color: #868932; }
span { border-color: rgb(134,137,50); }
td.TdClassName
{
border-color: #868932;
}
.TagClassName
{
border-color: #868932;
}
</style>