Shades of Summer Green #86BA98
Tints of Summer Green #86BA98
RGB
CMYK
RGB Variations
Color information
#86BA98 (or 0x86BA98) is known color: Summer Green. HEX triplet: 86, BA and 98. RGB value is (134,186,152). Sum of RGB (Red+Green+Blue) = 134+186+152=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA98 is #794567. Grayscale: #A6A6A6. Windows color (decimal): -7947624 or 10009222. OLE color: 10009222.
HSL color Cylindrical-coordinate representation of color #86BA98: hue angle of 140.77º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BA98 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 152 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.27 |
| HSL | 140.77º | 0.27% | 0.63% | - |
| HSV(B) | 140.77º | 0.28% | 0.73% | - |
| XYZ | 33.06 | 42.45 | 36.16 | - |
| YUV | 166.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 152 | 0.28 | 0 | 0.18 | 0.27 | 140.77 | 0.27 | 0.63 |
| Hex | 86 | BA | 98 | 1C | 0 | 12 | 1B | 8D | 1B | 3F |
| Octal | 206 | 272 | 230 | 34 | 0 | 22 | 33 | 215 | 33 | 77 |
| Binary | 10000110 | 10111010 | 10011000 | 11100 | 0 | 10010 | 11011 | 10001101 | 11011 | 111111 |
Color Harmonies of #86BA98
Complementary color
Monochromatic Colors of #86BA98
Black with #86BA98
Text Example
Text Example
White with #86BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA98; }
p { color: rgb(134,186,152); }
H1.HeaderClassName
{
color: #86BA98;
}
.AnyTagClassName
{
color: #86BA98;
}
</style>
background-color css
<style>
a { background-color: #86BA98; }
a { background-color: rgb(134,186,152); }
div.DivClassName
{
background-color: #86BA98;
}
.BgClassName
{
background-color: #86BA98;
}
</style>
border-color css
<style>
span { border-color: #86BA98; }
span { border-color: rgb(134,186,152); }
td.TdClassName
{
border-color: #86BA98;
}
.TagClassName
{
border-color: #86BA98;
}
</style>