Shades of Sushi #86A241
Tints of Sushi #86A241
RGB
CMYK
RGB Variations
Color information
#86A241 (or 0x86A241) is known color: Sushi. HEX triplet: 86, A2 and 41. RGB value is (134,162,65). Sum of RGB (Red+Green+Blue) = 134+162+65=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #86A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A241 is #795DBE. Grayscale: #8E8E8E. Windows color (decimal): -7953855 or 4301446. OLE color: 4301446.
HSL color Cylindrical-coordinate representation of color #86A241: hue angle of 77.32º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86A241 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 65 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.36 |
| HSL | 77.32º | 0.43% | 0.45% | - |
| HSV(B) | 77.32º | 0.6% | 0.64% | - |
| XYZ | 23.71 | 31.29 | 9.79 | - |
| YUV | 142.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 65 | 0.17 | 0 | 0.60 | 0.36 | 77.32 | 0.43 | 0.45 |
| Hex | 86 | A2 | 41 | 11 | 0 | 3C | 24 | 4D | 2B | 2D |
| Octal | 206 | 242 | 101 | 21 | 0 | 74 | 44 | 115 | 53 | 55 |
| Binary | 10000110 | 10100010 | 1000001 | 10001 | 0 | 111100 | 100100 | 1001101 | 101011 | 101101 |
Color Harmonies of #86A241
Complementary color
Monochromatic Colors of #86A241
Black with #86A241
Text Example
Text Example
White with #86A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A241; }
p { color: rgb(134,162,65); }
H1.HeaderClassName
{
color: #86A241;
}
.AnyTagClassName
{
color: #86A241;
}
</style>
background-color css
<style>
a { background-color: #86A241; }
a { background-color: rgb(134,162,65); }
div.DivClassName
{
background-color: #86A241;
}
.BgClassName
{
background-color: #86A241;
}
</style>
border-color css
<style>
span { border-color: #86A241; }
span { border-color: rgb(134,162,65); }
td.TdClassName
{
border-color: #86A241;
}
.TagClassName
{
border-color: #86A241;
}
</style>