Shades of Sushi #86AC3C
Tints of Sushi #86AC3C
RGB
CMYK
RGB Variations
Color information
#86AC3C (or 0x86AC3C) is known color: Sushi. HEX triplet: 86, AC and 3C. RGB value is (134,172,60). Sum of RGB (Red+Green+Blue) = 134+172+60=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AC3C is #7953C3. Grayscale: #949494. Windows color (decimal): -7951300 or 3976326. OLE color: 3976326.
HSL color Cylindrical-coordinate representation of color #86AC3C: hue angle of 80.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86AC3C is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 60 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.33 |
| HSL | 80.36º | 0.48% | 0.45% | - |
| HSV(B) | 80.36º | 0.65% | 0.67% | - |
| XYZ | 25.4 | 34.9 | 9.67 | - |
| YUV | 147.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 60 | 0.22 | 0 | 0.65 | 0.33 | 80.36 | 0.48 | 0.45 |
| Hex | 86 | AC | 3C | 16 | 0 | 41 | 21 | 50 | 30 | 2D |
| Octal | 206 | 254 | 74 | 26 | 0 | 101 | 41 | 120 | 60 | 55 |
| Binary | 10000110 | 10101100 | 111100 | 10110 | 0 | 1000001 | 100001 | 1010000 | 110000 | 101101 |
Color Harmonies of #86AC3C
Complementary color
Monochromatic Colors of #86AC3C
Black with #86AC3C
Text Example
Text Example
White with #86AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC3C; }
p { color: rgb(134,172,60); }
H1.HeaderClassName
{
color: #86AC3C;
}
.AnyTagClassName
{
color: #86AC3C;
}
</style>
background-color css
<style>
a { background-color: #86AC3C; }
a { background-color: rgb(134,172,60); }
div.DivClassName
{
background-color: #86AC3C;
}
.BgClassName
{
background-color: #86AC3C;
}
</style>
border-color css
<style>
span { border-color: #86AC3C; }
span { border-color: rgb(134,172,60); }
td.TdClassName
{
border-color: #86AC3C;
}
.TagClassName
{
border-color: #86AC3C;
}
</style>