Shades of Summer Green #86C098
Tints of Summer Green #86C098
RGB
CMYK
RGB Variations
Color information
#86C098 (or 0x86C098) is known color: Summer Green. HEX triplet: 86, C0 and 98. RGB value is (134,192,152). Sum of RGB (Red+Green+Blue) = 134+192+152=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #86C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C098 is #793F67. Grayscale: #AAAAAA. Windows color (decimal): -7946088 or 10010758. OLE color: 10010758.
HSL color Cylindrical-coordinate representation of color #86C098: hue angle of 138.62º 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 #86C098 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 152 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.25 |
| HSL | 138.62º | 0.32% | 0.64% | - |
| HSV(B) | 138.62º | 0.3% | 0.75% | - |
| XYZ | 34.35 | 45.03 | 36.59 | - |
| YUV | 170.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 152 | 0.30 | 0 | 0.21 | 0.25 | 138.62 | 0.32 | 0.64 |
| Hex | 86 | C0 | 98 | 1E | 0 | 15 | 19 | 8B | 20 | 40 |
| Octal | 206 | 300 | 230 | 36 | 0 | 25 | 31 | 213 | 40 | 100 |
| Binary | 10000110 | 11000000 | 10011000 | 11110 | 0 | 10101 | 11001 | 10001011 | 100000 | 1000000 |
Color Harmonies of #86C098
Complementary color
Monochromatic Colors of #86C098
Black with #86C098
Text Example
Text Example
White with #86C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C098; }
p { color: rgb(134,192,152); }
H1.HeaderClassName
{
color: #86C098;
}
.AnyTagClassName
{
color: #86C098;
}
</style>
background-color css
<style>
a { background-color: #86C098; }
a { background-color: rgb(134,192,152); }
div.DivClassName
{
background-color: #86C098;
}
.BgClassName
{
background-color: #86C098;
}
</style>
border-color css
<style>
span { border-color: #86C098; }
span { border-color: rgb(134,192,152); }
td.TdClassName
{
border-color: #86C098;
}
.TagClassName
{
border-color: #86C098;
}
</style>