Shades of Summer Green #86BD9D
Tints of Summer Green #86BD9D
RGB
CMYK
RGB Variations
Color information
#86BD9D (or 0x86BD9D) is known color: Summer Green. HEX triplet: 86, BD and 9D. RGB value is (134,189,157). Sum of RGB (Red+Green+Blue) = 134+189+157=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD9D is #794262. Grayscale: #A8A8A8. Windows color (decimal): -7946851 or 10337670. OLE color: 10337670.
HSL color Cylindrical-coordinate representation of color #86BD9D: hue angle of 145.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BD9D is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 157 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.26 |
| HSL | 145.09º | 0.29% | 0.63% | - |
| HSV(B) | 145.09º | 0.29% | 0.74% | - |
| XYZ | 34.11 | 43.9 | 38.57 | - |
| YUV | 168.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 157 | 0.29 | 0 | 0.17 | 0.26 | 145.09 | 0.29 | 0.63 |
| Hex | 86 | BD | 9D | 1D | 0 | 11 | 1A | 91 | 1D | 3F |
| Octal | 206 | 275 | 235 | 35 | 0 | 21 | 32 | 221 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10011101 | 11101 | 0 | 10001 | 11010 | 10010001 | 11101 | 111111 |
Color Harmonies of #86BD9D
Complementary color
Monochromatic Colors of #86BD9D
Black with #86BD9D
Text Example
Text Example
White with #86BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD9D; }
p { color: rgb(134,189,157); }
H1.HeaderClassName
{
color: #86BD9D;
}
.AnyTagClassName
{
color: #86BD9D;
}
</style>
background-color css
<style>
a { background-color: #86BD9D; }
a { background-color: rgb(134,189,157); }
div.DivClassName
{
background-color: #86BD9D;
}
.BgClassName
{
background-color: #86BD9D;
}
</style>
border-color css
<style>
span { border-color: #86BD9D; }
span { border-color: rgb(134,189,157); }
td.TdClassName
{
border-color: #86BD9D;
}
.TagClassName
{
border-color: #86BD9D;
}
</style>