Shades of Summer Green #86BD96
Tints of Summer Green #86BD96
RGB
CMYK
RGB Variations
Color information
#86BD96 (or 0x86BD96) is known color: Summer Green. HEX triplet: 86, BD and 96. RGB value is (134,189,150). Sum of RGB (Red+Green+Blue) = 134+189+150=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BD96 is #794269. Grayscale: #A8A8A8. Windows color (decimal): -7946858 or 9878918. OLE color: 9878918.
HSL color Cylindrical-coordinate representation of color #86BD96: hue angle of 137.45º 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 #86BD96 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 150 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.26 |
| HSL | 137.45º | 0.29% | 0.63% | - |
| HSV(B) | 137.45º | 0.29% | 0.74% | - |
| XYZ | 33.53 | 43.67 | 35.52 | - |
| YUV | 168.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 150 | 0.29 | 0 | 0.21 | 0.26 | 137.45 | 0.29 | 0.63 |
| Hex | 86 | BD | 96 | 1D | 0 | 15 | 1A | 89 | 1D | 3F |
| Octal | 206 | 275 | 226 | 35 | 0 | 25 | 32 | 211 | 35 | 77 |
| Binary | 10000110 | 10111101 | 10010110 | 11101 | 0 | 10101 | 11010 | 10001001 | 11101 | 111111 |
Color Harmonies of #86BD96
Complementary color
Monochromatic Colors of #86BD96
Black with #86BD96
Text Example
Text Example
White with #86BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD96; }
p { color: rgb(134,189,150); }
H1.HeaderClassName
{
color: #86BD96;
}
.AnyTagClassName
{
color: #86BD96;
}
</style>
background-color css
<style>
a { background-color: #86BD96; }
a { background-color: rgb(134,189,150); }
div.DivClassName
{
background-color: #86BD96;
}
.BgClassName
{
background-color: #86BD96;
}
</style>
border-color css
<style>
span { border-color: #86BD96; }
span { border-color: rgb(134,189,150); }
td.TdClassName
{
border-color: #86BD96;
}
.TagClassName
{
border-color: #86BD96;
}
</style>