Shades of Wasabi #86983C
Tints of Wasabi #86983C
RGB
CMYK
RGB Variations
Color information
#86983C (or 0x86983C) is known color: Wasabi. HEX triplet: 86, 98 and 3C. RGB value is (134,152,60). Sum of RGB (Red+Green+Blue) = 134+152+60=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #86983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86983C is #7967C3. Grayscale: #888888. Windows color (decimal): -7956420 or 3971206. OLE color: 3971206.
HSL color Cylindrical-coordinate representation of color #86983C: hue angle of 71.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86983C is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 60 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.40 |
| HSL | 71.74º | 0.43% | 0.42% | - |
| HSV(B) | 71.74º | 0.61% | 0.6% | - |
| XYZ | 21.88 | 27.85 | 8.5 | - |
| YUV | 136.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 60 | 0.12 | 0 | 0.61 | 0.40 | 71.74 | 0.43 | 0.42 |
| Hex | 86 | 98 | 3C | C | 0 | 3D | 28 | 48 | 2B | 2A |
| Octal | 206 | 230 | 74 | 14 | 0 | 75 | 50 | 110 | 53 | 52 |
| Binary | 10000110 | 10011000 | 111100 | 1100 | 0 | 111101 | 101000 | 1001000 | 101011 | 101010 |
Color Harmonies of #86983C
Complementary color
Monochromatic Colors of #86983C
Black with #86983C
Text Example
Text Example
White with #86983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86983C; }
p { color: rgb(134,152,60); }
H1.HeaderClassName
{
color: #86983C;
}
.AnyTagClassName
{
color: #86983C;
}
</style>
background-color css
<style>
a { background-color: #86983C; }
a { background-color: rgb(134,152,60); }
div.DivClassName
{
background-color: #86983C;
}
.BgClassName
{
background-color: #86983C;
}
</style>
border-color css
<style>
span { border-color: #86983C; }
span { border-color: rgb(134,152,60); }
td.TdClassName
{
border-color: #86983C;
}
.TagClassName
{
border-color: #86983C;
}
</style>