Shades of Summer Green #86B999
Tints of Summer Green #86B999
RGB
CMYK
RGB Variations
Color information
#86B999 (or 0x86B999) is known color: Summer Green. HEX triplet: 86, B9 and 99. RGB value is (134,185,153). Sum of RGB (Red+Green+Blue) = 134+185+153=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #86B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B999 is #794666. Grayscale: #A6A6A6. Windows color (decimal): -7947879 or 10074502. OLE color: 10074502.
HSL color Cylindrical-coordinate representation of color #86B999: hue angle of 142.35º 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 #86B999 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 153 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.27 |
| HSL | 142.35º | 0.27% | 0.63% | - |
| HSV(B) | 142.35º | 0.28% | 0.73% | - |
| XYZ | 32.93 | 42.07 | 36.52 | - |
| YUV | 166.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 153 | 0.28 | 0 | 0.17 | 0.27 | 142.35 | 0.27 | 0.63 |
| Hex | 86 | B9 | 99 | 1C | 0 | 11 | 1B | 8E | 1B | 3F |
| Octal | 206 | 271 | 231 | 34 | 0 | 21 | 33 | 216 | 33 | 77 |
| Binary | 10000110 | 10111001 | 10011001 | 11100 | 0 | 10001 | 11011 | 10001110 | 11011 | 111111 |
Color Harmonies of #86B999
Complementary color
Monochromatic Colors of #86B999
Black with #86B999
Text Example
Text Example
White with #86B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B999; }
p { color: rgb(134,185,153); }
H1.HeaderClassName
{
color: #86B999;
}
.AnyTagClassName
{
color: #86B999;
}
</style>
background-color css
<style>
a { background-color: #86B999; }
a { background-color: rgb(134,185,153); }
div.DivClassName
{
background-color: #86B999;
}
.BgClassName
{
background-color: #86B999;
}
</style>
border-color css
<style>
span { border-color: #86B999; }
span { border-color: rgb(134,185,153); }
td.TdClassName
{
border-color: #86B999;
}
.TagClassName
{
border-color: #86B999;
}
</style>