Shades of Wasabi #86993A
Tints of Wasabi #86993A
RGB
CMYK
RGB Variations
Color information
#86993A (or 0x86993A) is known color: Wasabi. HEX triplet: 86, 99 and 3A. RGB value is (134,153,58). Sum of RGB (Red+Green+Blue) = 134+153+58=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #86993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86993A is #7966C5. Grayscale: #888888. Windows color (decimal): -7956166 or 3840390. OLE color: 3840390.
HSL color Cylindrical-coordinate representation of color #86993A: hue angle of 72º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86993A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 58 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.4 |
| HSL | 72º | 0.45% | 0.41% | - |
| HSV(B) | 72º | 0.62% | 0.6% | - |
| XYZ | 21.99 | 28.16 | 8.28 | - |
| YUV | 136.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 58 | 0.12 | 0 | 0.62 | 0.4 | 72 | 0.45 | 0.41 |
| Hex | 86 | 99 | 3A | C | 0 | 3E | 28 | 48 | 2D | 29 |
| Octal | 206 | 231 | 72 | 14 | 0 | 76 | 50 | 110 | 55 | 51 |
| Binary | 10000110 | 10011001 | 111010 | 1100 | 0 | 111110 | 101000 | 1001000 | 101101 | 101001 |
Color Harmonies of #86993A
Complementary color
Monochromatic Colors of #86993A
Black with #86993A
Text Example
Text Example
White with #86993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86993A; }
p { color: rgb(134,153,58); }
H1.HeaderClassName
{
color: #86993A;
}
.AnyTagClassName
{
color: #86993A;
}
</style>
background-color css
<style>
a { background-color: #86993A; }
a { background-color: rgb(134,153,58); }
div.DivClassName
{
background-color: #86993A;
}
.BgClassName
{
background-color: #86993A;
}
</style>
border-color css
<style>
span { border-color: #86993A; }
span { border-color: rgb(134,153,58); }
td.TdClassName
{
border-color: #86993A;
}
.TagClassName
{
border-color: #86993A;
}
</style>