Shades of Wasabi #869B32
Tints of Wasabi #869B32
RGB
CMYK
RGB Variations
Color information
#869B32 (or 0x869B32) is known color: Wasabi. HEX triplet: 86, 9B and 32. RGB value is (134,155,50). Sum of RGB (Red+Green+Blue) = 134+155+50=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #869B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B32 is #7964CD. Grayscale: #898989. Windows color (decimal): -7955662 or 3316614. OLE color: 3316614.
HSL color Cylindrical-coordinate representation of color #869B32: hue angle of 72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #869B32 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 50 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.39 |
| HSL | 72º | 0.51% | 0.4% | - |
| HSV(B) | 72º | 0.68% | 0.61% | - |
| XYZ | 22.13 | 28.74 | 7.4 | - |
| YUV | 136.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 50 | 0.14 | 0 | 0.68 | 0.39 | 72 | 0.51 | 0.4 |
| Hex | 86 | 9B | 32 | E | 0 | 44 | 27 | 48 | 33 | 28 |
| Octal | 206 | 233 | 62 | 16 | 0 | 104 | 47 | 110 | 63 | 50 |
| Binary | 10000110 | 10011011 | 110010 | 1110 | 0 | 1000100 | 100111 | 1001000 | 110011 | 101000 |
Color Harmonies of #869B32
Complementary color
Monochromatic Colors of #869B32
Black with #869B32
Text Example
Text Example
White with #869B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B32; }
p { color: rgb(134,155,50); }
H1.HeaderClassName
{
color: #869B32;
}
.AnyTagClassName
{
color: #869B32;
}
</style>
background-color css
<style>
a { background-color: #869B32; }
a { background-color: rgb(134,155,50); }
div.DivClassName
{
background-color: #869B32;
}
.BgClassName
{
background-color: #869B32;
}
</style>
border-color css
<style>
span { border-color: #869B32; }
span { border-color: rgb(134,155,50); }
td.TdClassName
{
border-color: #869B32;
}
.TagClassName
{
border-color: #869B32;
}
</style>