Shades of Summer Green #86C092
Tints of Summer Green #86C092
RGB
CMYK
RGB Variations
Color information
#86C092 (or 0x86C092) is known color: Summer Green. HEX triplet: 86, C0 and 92. RGB value is (134,192,146). Sum of RGB (Red+Green+Blue) = 134+192+146=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #86C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C092 is #793F6D. Grayscale: #A9A9A9. Windows color (decimal): -7946094 or 9617542. OLE color: 9617542.
HSL color Cylindrical-coordinate representation of color #86C092: hue angle of 132.41º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86C092 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 146 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.25 |
| HSL | 132.41º | 0.32% | 0.64% | - |
| HSV(B) | 132.41º | 0.3% | 0.75% | - |
| XYZ | 33.87 | 44.84 | 34.06 | - |
| YUV | 169.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 146 | 0.30 | 0 | 0.24 | 0.25 | 132.41 | 0.32 | 0.64 |
| Hex | 86 | C0 | 92 | 1E | 0 | 18 | 19 | 84 | 20 | 40 |
| Octal | 206 | 300 | 222 | 36 | 0 | 30 | 31 | 204 | 40 | 100 |
| Binary | 10000110 | 11000000 | 10010010 | 11110 | 0 | 11000 | 11001 | 10000100 | 100000 | 1000000 |
Color Harmonies of #86C092
Complementary color
Monochromatic Colors of #86C092
Black with #86C092
Text Example
Text Example
White with #86C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C092; }
p { color: rgb(134,192,146); }
H1.HeaderClassName
{
color: #86C092;
}
.AnyTagClassName
{
color: #86C092;
}
</style>
background-color css
<style>
a { background-color: #86C092; }
a { background-color: rgb(134,192,146); }
div.DivClassName
{
background-color: #86C092;
}
.BgClassName
{
background-color: #86C092;
}
</style>
border-color css
<style>
span { border-color: #86C092; }
span { border-color: rgb(134,192,146); }
td.TdClassName
{
border-color: #86C092;
}
.TagClassName
{
border-color: #86C092;
}
</style>