Shades of Wasabi #86954B
Tints of Wasabi #86954B
RGB
CMYK
RGB Variations
Color information
#86954B (or 0x86954B) is known color: Wasabi. HEX triplet: 86, 95 and 4B. RGB value is (134,149,75). Sum of RGB (Red+Green+Blue) = 134+149+75=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #86954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86954B is #796AB4. Grayscale: #888888. Windows color (decimal): -7957173 or 4953478. OLE color: 4953478.
HSL color Cylindrical-coordinate representation of color #86954B: hue angle of 72.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86954B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 149 | 75 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.42 |
| HSL | 72.16º | 0.33% | 0.44% | - |
| HSV(B) | 72.16º | 0.5% | 0.58% | - |
| XYZ | 21.85 | 27.07 | 10.73 | - |
| YUV | 136.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 75 | 0.10 | 0 | 0.50 | 0.42 | 72.16 | 0.33 | 0.44 |
| Hex | 86 | 95 | 4B | A | 0 | 32 | 2A | 48 | 21 | 2C |
| Octal | 206 | 225 | 113 | 12 | 0 | 62 | 52 | 110 | 41 | 54 |
| Binary | 10000110 | 10010101 | 1001011 | 1010 | 0 | 110010 | 101010 | 1001000 | 100001 | 101100 |
Color Harmonies of #86954B
Complementary color
Monochromatic Colors of #86954B
Black with #86954B
Text Example
Text Example
White with #86954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86954B; }
p { color: rgb(134,149,75); }
H1.HeaderClassName
{
color: #86954B;
}
.AnyTagClassName
{
color: #86954B;
}
</style>
background-color css
<style>
a { background-color: #86954B; }
a { background-color: rgb(134,149,75); }
div.DivClassName
{
background-color: #86954B;
}
.BgClassName
{
background-color: #86954B;
}
</style>
border-color css
<style>
span { border-color: #86954B; }
span { border-color: rgb(134,149,75); }
td.TdClassName
{
border-color: #86954B;
}
.TagClassName
{
border-color: #86954B;
}
</style>