Shades of Wasabi #86943B
Tints of Wasabi #86943B
RGB
CMYK
RGB Variations
Color information
#86943B (or 0x86943B) is known color: Wasabi. HEX triplet: 86, 94 and 3B. RGB value is (134,148,59). Sum of RGB (Red+Green+Blue) = 134+148+59=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #86943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86943B is #796BC4. Grayscale: #868686. Windows color (decimal): -7957445 or 3904646. OLE color: 3904646.
HSL color Cylindrical-coordinate representation of color #86943B: hue angle of 69.44º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86943B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 148 | 59 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.42 |
| HSL | 69.44º | 0.43% | 0.41% | - |
| HSV(B) | 69.44º | 0.6% | 0.58% | - |
| XYZ | 21.21 | 26.56 | 8.15 | - |
| YUV | 133.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 59 | 0.09 | 0 | 0.60 | 0.42 | 69.44 | 0.43 | 0.41 |
| Hex | 86 | 94 | 3B | 9 | 0 | 3C | 2A | 45 | 2B | 29 |
| Octal | 206 | 224 | 73 | 11 | 0 | 74 | 52 | 105 | 53 | 51 |
| Binary | 10000110 | 10010100 | 111011 | 1001 | 0 | 111100 | 101010 | 1000101 | 101011 | 101001 |
Color Harmonies of #86943B
Complementary color
Monochromatic Colors of #86943B
Black with #86943B
Text Example
Text Example
White with #86943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86943B; }
p { color: rgb(134,148,59); }
H1.HeaderClassName
{
color: #86943B;
}
.AnyTagClassName
{
color: #86943B;
}
</style>
background-color css
<style>
a { background-color: #86943B; }
a { background-color: rgb(134,148,59); }
div.DivClassName
{
background-color: #86943B;
}
.BgClassName
{
background-color: #86943B;
}
</style>
border-color css
<style>
span { border-color: #86943B; }
span { border-color: rgb(134,148,59); }
td.TdClassName
{
border-color: #86943B;
}
.TagClassName
{
border-color: #86943B;
}
</style>