Shades of Summer Green #86BB96
Tints of Summer Green #86BB96
RGB
CMYK
RGB Variations
Color information
#86BB96 (or 0x86BB96) is known color: Summer Green. HEX triplet: 86, BB and 96. RGB value is (134,187,150). Sum of RGB (Red+Green+Blue) = 134+187+150=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB96 is #794469. Grayscale: #A7A7A7. Windows color (decimal): -7947370 or 9878406. OLE color: 9878406.
HSL color Cylindrical-coordinate representation of color #86BB96: hue angle of 138.11º degrees, saturation: 0.28, 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 #86BB96 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 150 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.27 |
| HSL | 138.11º | 0.28% | 0.63% | - |
| HSV(B) | 138.11º | 0.28% | 0.73% | - |
| XYZ | 33.11 | 42.81 | 35.37 | - |
| YUV | 166.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 150 | 0.28 | 0 | 0.20 | 0.27 | 138.11 | 0.28 | 0.63 |
| Hex | 86 | BB | 96 | 1C | 0 | 14 | 1B | 8A | 1C | 3F |
| Octal | 206 | 273 | 226 | 34 | 0 | 24 | 33 | 212 | 34 | 77 |
| Binary | 10000110 | 10111011 | 10010110 | 11100 | 0 | 10100 | 11011 | 10001010 | 11100 | 111111 |
Color Harmonies of #86BB96
Complementary color
Monochromatic Colors of #86BB96
Black with #86BB96
Text Example
Text Example
White with #86BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB96; }
p { color: rgb(134,187,150); }
H1.HeaderClassName
{
color: #86BB96;
}
.AnyTagClassName
{
color: #86BB96;
}
</style>
background-color css
<style>
a { background-color: #86BB96; }
a { background-color: rgb(134,187,150); }
div.DivClassName
{
background-color: #86BB96;
}
.BgClassName
{
background-color: #86BB96;
}
</style>
border-color css
<style>
span { border-color: #86BB96; }
span { border-color: rgb(134,187,150); }
td.TdClassName
{
border-color: #86BB96;
}
.TagClassName
{
border-color: #86BB96;
}
</style>