Shades of Summer Green #86BA9C
Tints of Summer Green #86BA9C
RGB
CMYK
RGB Variations
Color information
#86BA9C (or 0x86BA9C) is known color: Summer Green. HEX triplet: 86, BA and 9C. RGB value is (134,186,156). Sum of RGB (Red+Green+Blue) = 134+186+156=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA9C is #794563. Grayscale: #A7A7A7. Windows color (decimal): -7947620 or 10271366. OLE color: 10271366.
HSL color Cylindrical-coordinate representation of color #86BA9C: hue angle of 145.38º 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 #86BA9C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 156 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.27 |
| HSL | 145.38º | 0.27% | 0.63% | - |
| HSV(B) | 145.38º | 0.28% | 0.73% | - |
| XYZ | 33.39 | 42.59 | 37.91 | - |
| YUV | 167.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 156 | 0.28 | 0 | 0.16 | 0.27 | 145.38 | 0.27 | 0.63 |
| Hex | 86 | BA | 9C | 1C | 0 | 10 | 1B | 91 | 1B | 3F |
| Octal | 206 | 272 | 234 | 34 | 0 | 20 | 33 | 221 | 33 | 77 |
| Binary | 10000110 | 10111010 | 10011100 | 11100 | 0 | 10000 | 11011 | 10010001 | 11011 | 111111 |
Color Harmonies of #86BA9C
Complementary color
Monochromatic Colors of #86BA9C
Black with #86BA9C
Text Example
Text Example
White with #86BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA9C; }
p { color: rgb(134,186,156); }
H1.HeaderClassName
{
color: #86BA9C;
}
.AnyTagClassName
{
color: #86BA9C;
}
</style>
background-color css
<style>
a { background-color: #86BA9C; }
a { background-color: rgb(134,186,156); }
div.DivClassName
{
background-color: #86BA9C;
}
.BgClassName
{
background-color: #86BA9C;
}
</style>
border-color css
<style>
span { border-color: #86BA9C; }
span { border-color: rgb(134,186,156); }
td.TdClassName
{
border-color: #86BA9C;
}
.TagClassName
{
border-color: #86BA9C;
}
</style>